Class X_HR_ListType

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

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

    • X_HR_ListType

      public X_HR_ListType(Properties ctx, int HR_ListType_ID, String trxName)
      Standard Constructor
    • X_HR_ListType

      public X_HR_ListType(Properties ctx, int HR_ListType_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_HR_ListType

      public X_HR_ListType(Properties ctx, String HR_ListType_UU, String trxName)
      Standard Constructor
    • X_HR_ListType

      public X_HR_ListType(Properties ctx, String HR_ListType_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_HR_ListType

      public X_HR_ListType(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
    • setDescription

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

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

      public void setHR_ListType_ID(int HR_ListType_ID)
      Set Payroll List Type.
      Specified by:
      setHR_ListType_ID in interface I_HR_ListType
      Parameters:
      HR_ListType_ID - Payroll List Type
    • getHR_ListType_ID

      public int getHR_ListType_ID()
      Get Payroll List Type.
      Specified by:
      getHR_ListType_ID in interface I_HR_ListType
      Returns:
      Payroll List Type
    • setHR_ListType_UU

      public void setHR_ListType_UU(String HR_ListType_UU)
      Set HR_ListType_UU.
      Specified by:
      setHR_ListType_UU in interface I_HR_ListType
      Parameters:
      HR_ListType_UU - HR_ListType_UU
    • getHR_ListType_UU

      public String getHR_ListType_UU()
      Get HR_ListType_UU.
      Specified by:
      getHR_ListType_UU in interface I_HR_ListType
      Returns:
      HR_ListType_UU
    • setName

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

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

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

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