Class X_COF_ChamadaPBX

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

public class X_COF_ChamadaPBX extends PO implements I_COF_ChamadaPBX, I_Persistent
Generated Model for COF_ChamadaPBX
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_COF_ChamadaPBX

      public X_COF_ChamadaPBX(Properties ctx, int COF_ChamadaPBX_ID, String trxName)
      Standard Constructor
    • X_COF_ChamadaPBX

      public X_COF_ChamadaPBX(Properties ctx, int COF_ChamadaPBX_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_COF_ChamadaPBX

      public X_COF_ChamadaPBX(Properties ctx, String COF_ChamadaPBX_UU, String trxName)
      Standard Constructor
    • X_COF_ChamadaPBX

      public X_COF_ChamadaPBX(Properties ctx, String COF_ChamadaPBX_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_COF_ChamadaPBX

      public X_COF_ChamadaPBX(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:
      Meta data of PO
    • toString

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

      public I_AD_Table getAD_Table() throws RuntimeException
      Specified by:
      getAD_Table in interface I_COF_ChamadaPBX
      Throws:
      RuntimeException
    • setAD_Table_ID

      public void setAD_Table_ID(int AD_Table_ID)
      Set Table.
      Specified by:
      setAD_Table_ID in interface I_COF_ChamadaPBX
      Parameters:
      AD_Table_ID - Database Table information
    • getAD_Table_ID

      public int getAD_Table_ID()
      Get Table.
      Specified by:
      getAD_Table_ID in interface I_COF_ChamadaPBX
      Returns:
      Database Table information
    • getAD_User

      public I_AD_User getAD_User() throws RuntimeException
      Specified by:
      getAD_User in interface I_COF_ChamadaPBX
      Throws:
      RuntimeException
    • setAD_User_ID

      public void setAD_User_ID(int AD_User_ID)
      Set User/Contact.
      Specified by:
      setAD_User_ID in interface I_COF_ChamadaPBX
      Parameters:
      AD_User_ID - User within the system - Internal or Business Partner Contact
    • getAD_User_ID

      public int getAD_User_ID()
      Get User/Contact.
      Specified by:
      getAD_User_ID in interface I_COF_ChamadaPBX
      Returns:
      User within the system - Internal or Business Partner Contact
    • setCOF_ChamadaPBX_ID

      public void setCOF_ChamadaPBX_ID(int COF_ChamadaPBX_ID)
      Set COF_ChamadaPBX_ID.
      Specified by:
      setCOF_ChamadaPBX_ID in interface I_COF_ChamadaPBX
      Parameters:
      COF_ChamadaPBX_ID - Primary Key : Chamada PBX
    • getCOF_ChamadaPBX_ID

      public int getCOF_ChamadaPBX_ID()
      Get COF_ChamadaPBX_ID.
      Specified by:
      getCOF_ChamadaPBX_ID in interface I_COF_ChamadaPBX
      Returns:
      Primary Key : Chamada PBX
    • setCOF_ChamadaPBX_UU

      public void setCOF_ChamadaPBX_UU(String COF_ChamadaPBX_UU)
      Set COF_ChamadaPBX_UU.
      Specified by:
      setCOF_ChamadaPBX_UU in interface I_COF_ChamadaPBX
      Parameters:
      COF_ChamadaPBX_UU - COF_ChamadaPBX_UU
    • getCOF_ChamadaPBX_UU

      public String getCOF_ChamadaPBX_UU()
      Get COF_ChamadaPBX_UU.
      Specified by:
      getCOF_ChamadaPBX_UU in interface I_COF_ChamadaPBX
      Returns:
      COF_ChamadaPBX_UU
    • setCOF_Identifier

      public void setCOF_Identifier(String COF_Identifier)
      Set Identifier.
      Specified by:
      setCOF_Identifier in interface I_COF_ChamadaPBX
      Parameters:
      COF_Identifier - Identifier
    • getCOF_Identifier

      public String getCOF_Identifier()
      Get Identifier.
      Specified by:
      getCOF_Identifier in interface I_COF_ChamadaPBX
      Returns:
      Identifier
    • setCOF_TipoLigacao

      public void setCOF_TipoLigacao(String COF_TipoLigacao)
      Set Tipo da Ligação.
      Specified by:
      setCOF_TipoLigacao in interface I_COF_ChamadaPBX
      Parameters:
      COF_TipoLigacao - Identifica se a ligação foi recebida ou realizada pelo usuário
    • getCOF_TipoLigacao

      public String getCOF_TipoLigacao()
      Get Tipo da Ligação.
      Specified by:
      getCOF_TipoLigacao in interface I_COF_ChamadaPBX
      Returns:
      Identifica se a ligação foi recebida ou realizada pelo usuário
    • getC_BPartner

      public I_C_BPartner getC_BPartner() throws RuntimeException
      Specified by:
      getC_BPartner in interface I_COF_ChamadaPBX
      Throws:
      RuntimeException
    • setC_BPartner_ID

      public void setC_BPartner_ID(int C_BPartner_ID)
      Set Business Partner.
      Specified by:
      setC_BPartner_ID in interface I_COF_ChamadaPBX
      Parameters:
      C_BPartner_ID - Identifies a Business Partner
    • getC_BPartner_ID

      public int getC_BPartner_ID()
      Get Business Partner.
      Specified by:
      getC_BPartner_ID in interface I_COF_ChamadaPBX
      Returns:
      Identifies a Business Partner
    • setCustomerNo

      public void setCustomerNo(String CustomerNo)
      Set Customer No.
      Specified by:
      setCustomerNo in interface I_COF_ChamadaPBX
      Parameters:
      CustomerNo - EDI Identification Number
    • getCustomerNo

      public String getCustomerNo()
      Get Customer No.
      Specified by:
      getCustomerNo in interface I_COF_ChamadaPBX
      Returns:
      EDI Identification Number
    • setDescription

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

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

      public void setEndTime(Timestamp EndTime)
      Set End Time.
      Specified by:
      setEndTime in interface I_COF_ChamadaPBX
      Parameters:
      EndTime - End of the time span
    • getEndTime

      public Timestamp getEndTime()
      Get End Time.
      Specified by:
      getEndTime in interface I_COF_ChamadaPBX
      Returns:
      End of the time span
    • setIsValid

      public void setIsValid(boolean IsValid)
      Set Valid.
      Specified by:
      setIsValid in interface I_COF_ChamadaPBX
      Parameters:
      IsValid - Element is valid
    • isValid

      public boolean isValid()
      Get Valid.
      Specified by:
      isValid in interface I_COF_ChamadaPBX
      Returns:
      Element is valid
    • setPhone

      public void setPhone(String Phone)
      Set Phone.
      Specified by:
      setPhone in interface I_COF_ChamadaPBX
      Parameters:
      Phone - Identifies a telephone number
    • getPhone

      public String getPhone()
      Get Phone.
      Specified by:
      getPhone in interface I_COF_ChamadaPBX
      Returns:
      Identifies a telephone number
    • setProcessed

      public void setProcessed(boolean Processed)
      Set Processed.
      Specified by:
      setProcessed in interface I_COF_ChamadaPBX
      Parameters:
      Processed - The document has been processed
    • isProcessed

      public boolean isProcessed()
      Get Processed.
      Specified by:
      isProcessed in interface I_COF_ChamadaPBX
      Returns:
      The document has been processed
    • setRecord_ID

      public void setRecord_ID(int Record_ID)
      Set Record ID.
      Specified by:
      setRecord_ID in interface I_COF_ChamadaPBX
      Parameters:
      Record_ID - Direct internal record ID
    • getRecord_ID

      public int getRecord_ID()
      Get Record ID.
      Specified by:
      getRecord_ID in interface I_COF_ChamadaPBX
      Returns:
      Direct internal record ID
    • setStartTime

      public void setStartTime(Timestamp StartTime)
      Set Start Time.
      Specified by:
      setStartTime in interface I_COF_ChamadaPBX
      Parameters:
      StartTime - Time started
    • getStartTime

      public Timestamp getStartTime()
      Get Start Time.
      Specified by:
      getStartTime in interface I_COF_ChamadaPBX
      Returns:
      Time started
    • setValue

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_COF_ChamadaPBX
      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_ChamadaPBX
      Returns:
      Search key for the record in the format required - must be unique
    • setcof_Ramal

      public void setcof_Ramal(String cof_Ramal)
      Set Ramal.
      Specified by:
      setcof_Ramal in interface I_COF_ChamadaPBX
      Parameters:
      cof_Ramal - Ramal
    • getcof_Ramal

      public String getcof_Ramal()
      Get Ramal.
      Specified by:
      getcof_Ramal in interface I_COF_ChamadaPBX
      Returns:
      Ramal