Class X_C_JobCategory

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

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

    • X_C_JobCategory

      public X_C_JobCategory(Properties ctx, int C_JobCategory_ID, String trxName)
      Standard Constructor
    • X_C_JobCategory

      public X_C_JobCategory(Properties ctx, int C_JobCategory_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_JobCategory

      public X_C_JobCategory(Properties ctx, String C_JobCategory_UU, String trxName)
      Standard Constructor
    • X_C_JobCategory

      public X_C_JobCategory(Properties ctx, String C_JobCategory_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_C_JobCategory

      public X_C_JobCategory(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:
      2 - Client
    • 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
    • setC_JobCategory_ID

      public void setC_JobCategory_ID(int C_JobCategory_ID)
      Set Position Category.
      Specified by:
      setC_JobCategory_ID in interface I_C_JobCategory
      Parameters:
      C_JobCategory_ID - Job Position Category
    • getC_JobCategory_ID

      public int getC_JobCategory_ID()
      Get Position Category.
      Specified by:
      getC_JobCategory_ID in interface I_C_JobCategory
      Returns:
      Job Position Category
    • setC_JobCategory_UU

      public void setC_JobCategory_UU(String C_JobCategory_UU)
      Set C_JobCategory_UU.
      Specified by:
      setC_JobCategory_UU in interface I_C_JobCategory
      Parameters:
      C_JobCategory_UU - C_JobCategory_UU
    • getC_JobCategory_UU

      public String getC_JobCategory_UU()
      Get C_JobCategory_UU.
      Specified by:
      getC_JobCategory_UU in interface I_C_JobCategory
      Returns:
      C_JobCategory_UU
    • setDescription

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

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

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

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

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

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

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