Class X_AD_Reference

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Reference
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_Reference, I_Persistent, Evaluatee
Direct Known Subclasses:
MReference

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

    • ENTITYTYPE_AD_Reference_ID

      public static final int ENTITYTYPE_AD_Reference_ID
      EntityType AD_Reference_ID=389
      See Also:
    • SHOWINACTIVE_AD_Reference_ID

      public static final int SHOWINACTIVE_AD_Reference_ID
      ShowInactive AD_Reference_ID=200230
      See Also:
    • SHOWINACTIVE_No

      public static final String SHOWINACTIVE_No
      No = N
      See Also:
    • SHOWINACTIVE_Yes

      public static final String SHOWINACTIVE_Yes
      Yes = Y
      See Also:
    • VALIDATIONTYPE_AD_Reference_ID

      public static final int VALIDATIONTYPE_AD_Reference_ID
      ValidationType AD_Reference_ID=2
      See Also:
    • VALIDATIONTYPE_DataType

      public static final String VALIDATIONTYPE_DataType
      DataType = D
      See Also:
    • VALIDATIONTYPE_ListValidation

      public static final String VALIDATIONTYPE_ListValidation
      List Validation = L
      See Also:
    • VALIDATIONTYPE_TableValidation

      public static final String VALIDATIONTYPE_TableValidation
      Table Validation = T
      See Also:
  • Constructor Details

    • X_AD_Reference

      public X_AD_Reference(Properties ctx, int AD_Reference_ID, String trxName)
      Standard Constructor
    • X_AD_Reference

      public X_AD_Reference(Properties ctx, int AD_Reference_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Reference

      public X_AD_Reference(Properties ctx, String AD_Reference_UU, String trxName)
      Standard Constructor
    • X_AD_Reference

      public X_AD_Reference(Properties ctx, String AD_Reference_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Reference

      public X_AD_Reference(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:
      4 - System
    • 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
    • getAD_Element

      public I_AD_Element getAD_Element() throws RuntimeException
      Specified by:
      getAD_Element in interface I_AD_Reference
      Throws:
      RuntimeException
    • setAD_Element_ID

      public void setAD_Element_ID(int AD_Element_ID)
      Set System Element.
      Specified by:
      setAD_Element_ID in interface I_AD_Reference
      Parameters:
      AD_Element_ID - System Element enables the central maintenance of column description and help.
    • getAD_Element_ID

      public int getAD_Element_ID()
      Get System Element.
      Specified by:
      getAD_Element_ID in interface I_AD_Reference
      Returns:
      System Element enables the central maintenance of column description and help.
    • setAD_Reference_ID

      public void setAD_Reference_ID(int AD_Reference_ID)
      Set Reference.
      Specified by:
      setAD_Reference_ID in interface I_AD_Reference
      Parameters:
      AD_Reference_ID - System Reference and Validation
    • getAD_Reference_ID

      public int getAD_Reference_ID()
      Get Reference.
      Specified by:
      getAD_Reference_ID in interface I_AD_Reference
      Returns:
      System Reference and Validation
    • setAD_Reference_UU

      public void setAD_Reference_UU(String AD_Reference_UU)
      Set AD_Reference_UU.
      Specified by:
      setAD_Reference_UU in interface I_AD_Reference
      Parameters:
      AD_Reference_UU - AD_Reference_UU
    • getAD_Reference_UU

      public String getAD_Reference_UU()
      Get AD_Reference_UU.
      Specified by:
      getAD_Reference_UU in interface I_AD_Reference
      Returns:
      AD_Reference_UU
    • setDescription

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

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

      public void setEntityType(String EntityType)
      Set Entity Type.
      Specified by:
      setEntityType in interface I_AD_Reference
      Parameters:
      EntityType - Dictionary Entity Type; Determines ownership and synchronization
    • getEntityType

      public String getEntityType()
      Get Entity Type.
      Specified by:
      getEntityType in interface I_AD_Reference
      Returns:
      Dictionary Entity Type; Determines ownership and synchronization
    • setHelp

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

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

      public void setIsOrderByValue(boolean IsOrderByValue)
      Set Order By Value.
      Specified by:
      setIsOrderByValue in interface I_AD_Reference
      Parameters:
      IsOrderByValue - Order list using the value column instead of the name column
    • isOrderByValue

      public boolean isOrderByValue()
      Get Order By Value.
      Specified by:
      isOrderByValue in interface I_AD_Reference
      Returns:
      Order list using the value column instead of the name column
    • setName

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

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

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

      public void setShowInactive(String ShowInactive)
      Set Show Inactive.
      Specified by:
      setShowInactive in interface I_AD_Reference
      Parameters:
      ShowInactive - Show Inactive Records
    • getShowInactive

      public String getShowInactive()
      Get Show Inactive.
      Specified by:
      getShowInactive in interface I_AD_Reference
      Returns:
      Show Inactive Records
    • setValidationType

      public void setValidationType(String ValidationType)
      Set Validation type.
      Specified by:
      setValidationType in interface I_AD_Reference
      Parameters:
      ValidationType - Different method of validating data
    • getValidationType

      public String getValidationType()
      Get Validation type.
      Specified by:
      getValidationType in interface I_AD_Reference
      Returns:
      Different method of validating data
    • setVFormat

      public void setVFormat(String VFormat)
      Set Value Format.
      Specified by:
      setVFormat in interface I_AD_Reference
      Parameters:
      VFormat - Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
    • getVFormat

      public String getVFormat()
      Get Value Format.
      Specified by:
      getVFormat in interface I_AD_Reference
      Returns:
      Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"