Class X_HR_Job

    • Method Detail

      • 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_Job
        Parameters:
        Description - Optional short description of the record
      • getDescription

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

        public void setHR_Department_ID​(int HR_Department_ID)
        Set Payroll Department.
        Specified by:
        setHR_Department_ID in interface I_HR_Job
        Parameters:
        HR_Department_ID - Payroll Department
      • getHR_Department_ID

        public int getHR_Department_ID()
        Get Payroll Department.
        Specified by:
        getHR_Department_ID in interface I_HR_Job
        Returns:
        Payroll Department
      • setHR_Job_ID

        public void setHR_Job_ID​(int HR_Job_ID)
        Set Payroll Job.
        Specified by:
        setHR_Job_ID in interface I_HR_Job
        Parameters:
        HR_Job_ID - Payroll Job
      • getHR_Job_ID

        public int getHR_Job_ID()
        Get Payroll Job.
        Specified by:
        getHR_Job_ID in interface I_HR_Job
        Returns:
        Payroll Job
      • setHR_Job_UU

        public void setHR_Job_UU​(String HR_Job_UU)
        Set HR_Job_UU.
        Specified by:
        setHR_Job_UU in interface I_HR_Job
        Parameters:
        HR_Job_UU - HR_Job_UU
      • getHR_Job_UU

        public String getHR_Job_UU()
        Get HR_Job_UU.
        Specified by:
        getHR_Job_UU in interface I_HR_Job
        Returns:
        HR_Job_UU
      • setIsParent

        public void setIsParent​(boolean IsParent)
        Set Parent link column.
        Specified by:
        setIsParent in interface I_HR_Job
        Parameters:
        IsParent - This column is a link to the parent table (e.g. header from lines) - incl. Association key columns
      • isParent

        public boolean isParent()
        Get Parent link column.
        Specified by:
        isParent in interface I_HR_Job
        Returns:
        This column is a link to the parent table (e.g. header from lines) - incl. Association key columns
      • setJobCant

        public void setJobCant​(int JobCant)
        Set Job Cant.
        Specified by:
        setJobCant in interface I_HR_Job
        Parameters:
        JobCant - Job Cant
      • getJobCant

        public int getJobCant()
        Get Job Cant.
        Specified by:
        getJobCant in interface I_HR_Job
        Returns:
        Job Cant
      • setName

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

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

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

        public void setNext_Job_ID​(int Next_Job_ID)
        Set Next Job.
        Specified by:
        setNext_Job_ID in interface I_HR_Job
        Parameters:
        Next_Job_ID - Next Job
      • getNext_Job_ID

        public int getNext_Job_ID()
        Get Next Job.
        Specified by:
        getNext_Job_ID in interface I_HR_Job
        Returns:
        Next Job
      • setSupervisor_ID

        public void setSupervisor_ID​(int Supervisor_ID)
        Set Supervisor.
        Specified by:
        setSupervisor_ID in interface I_HR_Job
        Parameters:
        Supervisor_ID - Supervisor for this user/organization - used for escalation and approval
      • getSupervisor_ID

        public int getSupervisor_ID()
        Get Supervisor.
        Specified by:
        getSupervisor_ID in interface I_HR_Job
        Returns:
        Supervisor for this user/organization - used for escalation and approval
      • setValue

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