Class X_HR_Year

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

public class X_HR_Year extends PO implements I_HR_Year, I_Persistent
Generated Model for HR_Year
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:
      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
    • getC_Year

      public I_C_Year getC_Year() throws RuntimeException
      Specified by:
      getC_Year in interface I_HR_Year
      Throws:
      RuntimeException
    • setC_Year_ID

      public void setC_Year_ID(int C_Year_ID)
      Set Year.
      Specified by:
      setC_Year_ID in interface I_HR_Year
      Parameters:
      C_Year_ID - Calendar Year
    • getC_Year_ID

      public int getC_Year_ID()
      Get Year.
      Specified by:
      getC_Year_ID in interface I_HR_Year
      Returns:
      Calendar Year
    • getHR_Payroll

      public I_HR_Payroll getHR_Payroll() throws RuntimeException
      Specified by:
      getHR_Payroll in interface I_HR_Year
      Throws:
      RuntimeException
    • setHR_Payroll_ID

      public void setHR_Payroll_ID(int HR_Payroll_ID)
      Set Payroll.
      Specified by:
      setHR_Payroll_ID in interface I_HR_Year
      Parameters:
      HR_Payroll_ID - Payroll
    • getHR_Payroll_ID

      public int getHR_Payroll_ID()
      Get Payroll.
      Specified by:
      getHR_Payroll_ID in interface I_HR_Year
      Returns:
      Payroll
    • setHR_Year_ID

      public void setHR_Year_ID(int HR_Year_ID)
      Set Payroll Year.
      Specified by:
      setHR_Year_ID in interface I_HR_Year
      Parameters:
      HR_Year_ID - Payroll Year
    • getHR_Year_ID

      public int getHR_Year_ID()
      Get Payroll Year.
      Specified by:
      getHR_Year_ID in interface I_HR_Year
      Returns:
      Payroll Year
    • setHR_Year_UU

      public void setHR_Year_UU(String HR_Year_UU)
      Set HR_Year_UU.
      Specified by:
      setHR_Year_UU in interface I_HR_Year
      Parameters:
      HR_Year_UU - HR_Year_UU
    • getHR_Year_UU

      public String getHR_Year_UU()
      Get HR_Year_UU.
      Specified by:
      getHR_Year_UU in interface I_HR_Year
      Returns:
      HR_Year_UU
    • setNetDays

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

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

      public void setProcessed(boolean Processed)
      Set Processed.
      Specified by:
      setProcessed in interface I_HR_Year
      Parameters:
      Processed - The document has been processed
    • isProcessed

      public boolean isProcessed()
      Get Processed.
      Specified by:
      isProcessed in interface I_HR_Year
      Returns:
      The document has been processed
    • setProcessing

      public void setProcessing(boolean Processing)
      Set Process Now.
      Specified by:
      setProcessing in interface I_HR_Year
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_HR_Year
      Returns:
      Process Now
    • setQty

      public void setQty(int Qty)
      Set Quantity.
      Specified by:
      setQty in interface I_HR_Year
      Parameters:
      Qty - Quantity
    • getQty

      public int getQty()
      Get Quantity.
      Specified by:
      getQty in interface I_HR_Year
      Returns:
      Quantity
    • setStartDate

      public void setStartDate(Timestamp StartDate)
      Set Start Date.
      Specified by:
      setStartDate in interface I_HR_Year
      Parameters:
      StartDate - First effective day (inclusive)
    • getStartDate

      public Timestamp getStartDate()
      Get Start Date.
      Specified by:
      getStartDate in interface I_HR_Year
      Returns:
      First effective day (inclusive)