Class X_C_Job

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

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

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

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

      public I_C_JobCategory getC_JobCategory() throws RuntimeException
      Specified by:
      getC_JobCategory in interface I_C_Job
      Throws:
      RuntimeException
    • setC_JobCategory_ID

      public void setC_JobCategory_ID(int C_JobCategory_ID)
      Set Position Category.
      Specified by:
      setC_JobCategory_ID in interface I_C_Job
      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_Job
      Returns:
      Job Position Category
    • setC_Job_ID

      public void setC_Job_ID(int C_Job_ID)
      Set Position.
      Specified by:
      setC_Job_ID in interface I_C_Job
      Parameters:
      C_Job_ID - Job Position
    • getC_Job_ID

      public int getC_Job_ID()
      Get Position.
      Specified by:
      getC_Job_ID in interface I_C_Job
      Returns:
      Job Position
    • setC_Job_UU

      public void setC_Job_UU(String C_Job_UU)
      Set C_Job_UU.
      Specified by:
      setC_Job_UU in interface I_C_Job
      Parameters:
      C_Job_UU - C_Job_UU
    • getC_Job_UU

      public String getC_Job_UU()
      Get C_Job_UU.
      Specified by:
      getC_Job_UU in interface I_C_Job
      Returns:
      C_Job_UU
    • setDescription

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

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

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

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

      public void setIsEmployee(boolean IsEmployee)
      Set Employee.
      Specified by:
      setIsEmployee in interface I_C_Job
      Parameters:
      IsEmployee - Indicates if this Business Partner is an employee
    • isEmployee

      public boolean isEmployee()
      Get Employee.
      Specified by:
      isEmployee in interface I_C_Job
      Returns:
      Indicates if this Business Partner is an employee
    • setName

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

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

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