Class X_HR_Contract

    • Constructor Detail

      • X_HR_Contract

        public X_HR_Contract​(Properties ctx,
                             int HR_Contract_ID,
                             String trxName)
        Standard Constructor
    • 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
      • setC_BPartner_ID

        public void setC_BPartner_ID​(int C_BPartner_ID)
        Set Business Partner.
        Specified by:
        setC_BPartner_ID in interface I_HR_Contract
        Parameters:
        C_BPartner_ID - Identifies a Business Partner
      • getC_BPartner_ID

        public int getC_BPartner_ID()
        Get Business Partner.
        Specified by:
        getC_BPartner_ID in interface I_HR_Contract
        Returns:
        Identifies a Business Partner
      • setC_Campaign_ID

        public void setC_Campaign_ID​(int C_Campaign_ID)
        Set Campaign.
        Specified by:
        setC_Campaign_ID in interface I_HR_Contract
        Parameters:
        C_Campaign_ID - Marketing Campaign
      • getC_Campaign_ID

        public int getC_Campaign_ID()
        Get Campaign.
        Specified by:
        getC_Campaign_ID in interface I_HR_Contract
        Returns:
        Marketing Campaign
      • setC_Project_ID

        public void setC_Project_ID​(int C_Project_ID)
        Set Project.
        Specified by:
        setC_Project_ID in interface I_HR_Contract
        Parameters:
        C_Project_ID - Financial Project
      • getC_Project_ID

        public int getC_Project_ID()
        Get Project.
        Specified by:
        getC_Project_ID in interface I_HR_Contract
        Returns:
        Financial Project
      • setDescription

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

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

        public void setHR_Contract_ID​(int HR_Contract_ID)
        Set Payroll Contract.
        Specified by:
        setHR_Contract_ID in interface I_HR_Contract
        Parameters:
        HR_Contract_ID - Payroll Contract
      • getHR_Contract_ID

        public int getHR_Contract_ID()
        Get Payroll Contract.
        Specified by:
        getHR_Contract_ID in interface I_HR_Contract
        Returns:
        Payroll Contract
      • setHR_Contract_UU

        public void setHR_Contract_UU​(String HR_Contract_UU)
        Set HR_Contract_UU.
        Specified by:
        setHR_Contract_UU in interface I_HR_Contract
        Parameters:
        HR_Contract_UU - HR_Contract_UU
      • setName

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

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

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

        public void setNetDays​(int NetDays)
        Set Net Days.
        Specified by:
        setNetDays in interface I_HR_Contract
        Parameters:
        NetDays - Net Days in which payment is due
      • getNetDays

        public int getNetDays()
        Get Net Days.
        Specified by:
        getNetDays in interface I_HR_Contract
        Returns:
        Net Days in which payment is due
      • setValidFrom

        public void setValidFrom​(Timestamp ValidFrom)
        Set Valid from.
        Specified by:
        setValidFrom in interface I_HR_Contract
        Parameters:
        ValidFrom - Valid from including this date (first day)
      • getValidFrom

        public Timestamp getValidFrom()
        Get Valid from.
        Specified by:
        getValidFrom in interface I_HR_Contract
        Returns:
        Valid from including this date (first day)
      • setValidTo

        public void setValidTo​(Timestamp ValidTo)
        Set Valid to.
        Specified by:
        setValidTo in interface I_HR_Contract
        Parameters:
        ValidTo - Valid to including this date (last day)
      • getValidTo

        public Timestamp getValidTo()
        Get Valid to.
        Specified by:
        getValidTo in interface I_HR_Contract
        Returns:
        Valid to including this date (last day)
      • setValue

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