Class X_COF_schedule

java.lang.Object
org.compiere.model.PO
org.brerp.base.model.X_COF_schedule
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_COF_schedule, I_Persistent, Evaluatee
Direct Known Subclasses:
MCOFSchedule

public class X_COF_schedule extends PO implements I_COF_schedule, I_Persistent
Generated Model for COF_schedule
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_COF_schedule

      public X_COF_schedule(Properties ctx, int COF_schedule_ID, String trxName)
      Standard Constructor
    • X_COF_schedule

      public X_COF_schedule(Properties ctx, int COF_schedule_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_COF_schedule

      public X_COF_schedule(Properties ctx, String COF_schedule_UU, String trxName)
      Standard Constructor
    • X_COF_schedule

      public X_COF_schedule(Properties ctx, String COF_schedule_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_COF_schedule

      public X_COF_schedule(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      3 - Client - Org
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • getCOF_Contract

      public I_COF_Contract getCOF_Contract() throws RuntimeException
      Specified by:
      getCOF_Contract in interface I_COF_schedule
      Throws:
      RuntimeException
    • setCOF_Contract_ID

      public void setCOF_Contract_ID(int COF_Contract_ID)
      Set Contrato.
      Specified by:
      setCOF_Contract_ID in interface I_COF_schedule
      Parameters:
      COF_Contract_ID - Primary Key : Contract
    • getCOF_Contract_ID

      public int getCOF_Contract_ID()
      Get Contrato.
      Specified by:
      getCOF_Contract_ID in interface I_COF_schedule
      Returns:
      Primary Key : Contract
    • setCOF_schedule_ID

      public void setCOF_schedule_ID(int COF_schedule_ID)
      Set Agendamento.
      Specified by:
      setCOF_schedule_ID in interface I_COF_schedule
      Parameters:
      COF_schedule_ID - Primary Key : Agendamento
    • getCOF_schedule_ID

      public int getCOF_schedule_ID()
      Get Agendamento.
      Specified by:
      getCOF_schedule_ID in interface I_COF_schedule
      Returns:
      Primary Key : Agendamento
    • setCOF_schedule_UU

      public void setCOF_schedule_UU(String COF_schedule_UU)
      Set COF_schedule_UU.
      Specified by:
      setCOF_schedule_UU in interface I_COF_schedule
      Parameters:
      COF_schedule_UU - COF_schedule_UU
    • getCOF_schedule_UU

      public String getCOF_schedule_UU()
      Get COF_schedule_UU.
      Specified by:
      getCOF_schedule_UU in interface I_COF_schedule
      Returns:
      COF_schedule_UU
    • setDateFrom

      public void setDateFrom(Timestamp DateFrom)
      Set Date From.
      Specified by:
      setDateFrom in interface I_COF_schedule
      Parameters:
      DateFrom - Starting date for a range
    • getDateFrom

      public Timestamp getDateFrom()
      Get Date From.
      Specified by:
      getDateFrom in interface I_COF_schedule
      Returns:
      Starting date for a range
    • setDateTo

      public void setDateTo(Timestamp DateTo)
      Set Date To.
      Specified by:
      setDateTo in interface I_COF_schedule
      Parameters:
      DateTo - End date of a date range
    • getDateTo

      public Timestamp getDateTo()
      Get Date To.
      Specified by:
      getDateTo in interface I_COF_schedule
      Returns:
      End date of a date range
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_COF_schedule
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_COF_schedule
      Returns:
      Optional short description of the record
    • setPrice

      public void setPrice(BigDecimal Price)
      Set Price.
      Specified by:
      setPrice in interface I_COF_schedule
      Parameters:
      Price - Price
    • getPrice

      public BigDecimal getPrice()
      Get Price.
      Specified by:
      getPrice in interface I_COF_schedule
      Returns:
      Price
    • setValue

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_COF_schedule
      Parameters:
      Value - Search key for the record in the format required - must be unique
    • getValue

      public String getValue()
      Get Search Key.
      Specified by:
      getValue in interface I_COF_schedule
      Returns:
      Search key for the record in the format required - must be unique