Interface I_HR_Attribute

  • All Known Implementing Classes:
    X_HR_Attribute

    public interface I_HR_Attribute
    Generated Interface for HR_Attribute
    Version:
    Release 9
    Author:
    iDempiere (generated)
    • Method Detail

      • getAD_Client_ID

        int getAD_Client_ID()
        Get Client. Client/Tenant for this installation.
      • setAD_Org_ID

        void setAD_Org_ID​(int AD_Org_ID)
        Set Organization. Organizational entity within client
      • getAD_Org_ID

        int getAD_Org_ID()
        Get Organization. Organizational entity within client
      • setAD_Rule_ID

        void setAD_Rule_ID​(int AD_Rule_ID)
        Set Rule
      • getAD_Rule_ID

        int getAD_Rule_ID()
        Get Rule
      • setAmount

        void setAmount​(BigDecimal Amount)
        Set Amount. Amount in a defined currency
      • getAmount

        BigDecimal getAmount()
        Get Amount. Amount in a defined currency
      • setC_BPartner_ID

        void setC_BPartner_ID​(int C_BPartner_ID)
        Set Business Partner. Identifies a Business Partner
      • getC_BPartner_ID

        int getC_BPartner_ID()
        Get Business Partner. Identifies a Business Partner
      • setColumnType

        void setColumnType​(String ColumnType)
        Set Column Type
      • getColumnType

        String getColumnType()
        Get Column Type
      • getCreated

        Timestamp getCreated()
        Get Created. Date this record was created
      • getCreatedBy

        int getCreatedBy()
        Get Created By. User who created this records
      • setDescription

        void setDescription​(String Description)
        Set Description. Optional short description of the record
      • getDescription

        String getDescription()
        Get Description. Optional short description of the record
      • setHR_Attribute_Acct

        void setHR_Attribute_Acct​(int HR_Attribute_Acct)
        Set Payroll Attribute Account
      • getHR_Attribute_Acct

        int getHR_Attribute_Acct()
        Get Payroll Attribute Account
      • setHR_Attribute_ID

        void setHR_Attribute_ID​(int HR_Attribute_ID)
        Set Payroll Employee Attribute
      • getHR_Attribute_ID

        int getHR_Attribute_ID()
        Get Payroll Employee Attribute
      • setHR_Attribute_UU

        void setHR_Attribute_UU​(String HR_Attribute_UU)
        Set HR_Attribute_UU
      • getHR_Attribute_UU

        String getHR_Attribute_UU()
        Get HR_Attribute_UU
      • setHR_Concept_ID

        void setHR_Concept_ID​(int HR_Concept_ID)
        Set Payroll Concept
      • getHR_Concept_ID

        int getHR_Concept_ID()
        Get Payroll Concept
      • setHR_Department_ID

        void setHR_Department_ID​(int HR_Department_ID)
        Set Payroll Department
      • getHR_Department_ID

        int getHR_Department_ID()
        Get Payroll Department
      • setHR_Employee_ID

        void setHR_Employee_ID​(int HR_Employee_ID)
        Set Payroll Employee
      • getHR_Employee_ID

        int getHR_Employee_ID()
        Get Payroll Employee
      • setHR_Job_ID

        void setHR_Job_ID​(int HR_Job_ID)
        Set Payroll Job
      • getHR_Job_ID

        int getHR_Job_ID()
        Get Payroll Job
      • setHR_Payroll_ID

        void setHR_Payroll_ID​(int HR_Payroll_ID)
        Set Payroll
      • getHR_Payroll_ID

        int getHR_Payroll_ID()
        Get Payroll
      • setIsActive

        void setIsActive​(boolean IsActive)
        Set Active. The record is active in the system
      • isActive

        boolean isActive()
        Get Active. The record is active in the system
      • setIsPrinted

        void setIsPrinted​(boolean IsPrinted)
        Set Printed. Indicates if this document / line is printed
      • isPrinted

        boolean isPrinted()
        Get Printed. Indicates if this document / line is printed
      • setMaxValue

        void setMaxValue​(int MaxValue)
        Set Max Value
      • getMaxValue

        int getMaxValue()
        Get Max Value
      • setMinValue

        void setMinValue​(int MinValue)
        Set Min Value
      • getMinValue

        int getMinValue()
        Get Min Value
      • setQty

        void setQty​(BigDecimal Qty)
        Set Quantity. Quantity
      • getQty

        BigDecimal getQty()
        Get Quantity. Quantity
      • setServiceDate

        void setServiceDate​(Timestamp ServiceDate)
        Set Service date. Date service was provided
      • getServiceDate

        Timestamp getServiceDate()
        Get Service date. Date service was provided
      • setTextMsg

        void setTextMsg​(String TextMsg)
        Set Text Message. Text Message
      • getTextMsg

        String getTextMsg()
        Get Text Message. Text Message
      • getUpdated

        Timestamp getUpdated()
        Get Updated. Date this record was updated
      • getUpdatedBy

        int getUpdatedBy()
        Get Updated By. User who updated this records
      • setValidFrom

        void setValidFrom​(Timestamp ValidFrom)
        Set Valid from. Valid from including this date (first day)
      • getValidFrom

        Timestamp getValidFrom()
        Get Valid from. Valid from including this date (first day)
      • setValidTo

        void setValidTo​(Timestamp ValidTo)
        Set Valid to. Valid to including this date (last day)
      • getValidTo

        Timestamp getValidTo()
        Get Valid to. Valid to including this date (last day)