Interface I_HR_ListVersion

All Known Implementing Classes:
X_HR_ListVersion

public interface I_HR_ListVersion
Generated Interface for HR_ListVersion
Version:
Release 11
Author:
iDempiere (generated)
  • Field Details

  • Method Details

    • getAD_Client_ID

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

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

      int getAD_Org_ID()
      Get Organization. Organizational entity within tenant
    • 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_ListBase_ID

      void setHR_ListBase_ID(int HR_ListBase_ID)
      Set Payroll List Base
    • getHR_ListBase_ID

      int getHR_ListBase_ID()
      Get Payroll List Base
    • getHR_ListBase

      I_HR_List getHR_ListBase() throws RuntimeException
      Throws:
      RuntimeException
    • setHR_List_ID

      void setHR_List_ID(int HR_List_ID)
      Set Payroll List
    • getHR_List_ID

      int getHR_List_ID()
      Get Payroll List
    • getHR_List

      I_HR_List getHR_List() throws RuntimeException
      Throws:
      RuntimeException
    • setHR_ListVersion_ID

      void setHR_ListVersion_ID(int HR_ListVersion_ID)
      Set Payroll List Version
    • getHR_ListVersion_ID

      int getHR_ListVersion_ID()
      Get Payroll List Version
    • setHR_ListVersion_UU

      void setHR_ListVersion_UU(String HR_ListVersion_UU)
      Set HR_ListVersion_UU
    • getHR_ListVersion_UU

      String getHR_ListVersion_UU()
      Get HR_ListVersion_UU
    • 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
    • setName

      void setName(String Name)
      Set Name. Alphanumeric identifier of the entity
    • getName

      String getName()
      Get Name. Alphanumeric identifier of the entity
    • 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)