Class X_C_SubAcct

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_C_SubAcct
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_C_SubAcct, I_Persistent, Evaluatee

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

    • X_C_SubAcct

      public X_C_SubAcct(Properties ctx, int C_SubAcct_ID, String trxName)
      Standard Constructor
    • X_C_SubAcct

      public X_C_SubAcct(Properties ctx, int C_SubAcct_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_SubAcct

      public X_C_SubAcct(Properties ctx, String C_SubAcct_UU, String trxName)
      Standard Constructor
    • X_C_SubAcct

      public X_C_SubAcct(Properties ctx, String C_SubAcct_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_SubAcct

      public X_C_SubAcct(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
    • getC_ElementValue

      public I_C_ElementValue getC_ElementValue() throws RuntimeException
      Specified by:
      getC_ElementValue in interface I_C_SubAcct
      Throws:
      RuntimeException
    • setC_ElementValue_ID

      public void setC_ElementValue_ID(int C_ElementValue_ID)
      Set Account Element.
      Specified by:
      setC_ElementValue_ID in interface I_C_SubAcct
      Parameters:
      C_ElementValue_ID - Account Element
    • getC_ElementValue_ID

      public int getC_ElementValue_ID()
      Get Account Element.
      Specified by:
      getC_ElementValue_ID in interface I_C_SubAcct
      Returns:
      Account Element
    • setC_SubAcct_ID

      public void setC_SubAcct_ID(int C_SubAcct_ID)
      Set Sub Account.
      Specified by:
      setC_SubAcct_ID in interface I_C_SubAcct
      Parameters:
      C_SubAcct_ID - Sub account for Element Value
    • getC_SubAcct_ID

      public int getC_SubAcct_ID()
      Get Sub Account.
      Specified by:
      getC_SubAcct_ID in interface I_C_SubAcct
      Returns:
      Sub account for Element Value
    • setC_SubAcct_UU

      public void setC_SubAcct_UU(String C_SubAcct_UU)
      Set C_SubAcct_UU.
      Specified by:
      setC_SubAcct_UU in interface I_C_SubAcct
      Parameters:
      C_SubAcct_UU - C_SubAcct_UU
    • getC_SubAcct_UU

      public String getC_SubAcct_UU()
      Get C_SubAcct_UU.
      Specified by:
      getC_SubAcct_UU in interface I_C_SubAcct
      Returns:
      C_SubAcct_UU
    • setDescription

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

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

      public void setHelp(String Help)
      Set Comment/Help.
      Specified by:
      setHelp in interface I_C_SubAcct
      Parameters:
      Help - Comment or Hint
    • getHelp

      public String getHelp()
      Get Comment/Help.
      Specified by:
      getHelp in interface I_C_SubAcct
      Returns:
      Comment or Hint
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_C_SubAcct
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_C_SubAcct
      Returns:
      Alphanumeric identifier of the entity
    • setValue

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

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair