Class X_HR_Payroll

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

public class X_HR_Payroll extends PO implements I_HR_Payroll, I_Persistent
Generated Model for HR_Payroll
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

  • Constructor Details

    • X_HR_Payroll

      public X_HR_Payroll(Properties ctx, int HR_Payroll_ID, String trxName)
      Standard Constructor
    • X_HR_Payroll

      public X_HR_Payroll(Properties ctx, int HR_Payroll_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_HR_Payroll

      public X_HR_Payroll(Properties ctx, String HR_Payroll_UU, String trxName)
      Standard Constructor
    • X_HR_Payroll

      public X_HR_Payroll(Properties ctx, String HR_Payroll_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_HR_Payroll

      public X_HR_Payroll(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • 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
    • getAD_PrintFormat

      public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException
      Specified by:
      getAD_PrintFormat in interface I_HR_Payroll
      Throws:
      RuntimeException
    • setAD_PrintFormat_ID

      public void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
      Set Print Format.
      Specified by:
      setAD_PrintFormat_ID in interface I_HR_Payroll
      Parameters:
      AD_PrintFormat_ID - Data Print Format
    • getAD_PrintFormat_ID

      public int getAD_PrintFormat_ID()
      Get Print Format.
      Specified by:
      getAD_PrintFormat_ID in interface I_HR_Payroll
      Returns:
      Data Print Format
    • getC_Charge

      public I_C_Charge getC_Charge() throws RuntimeException
      Specified by:
      getC_Charge in interface I_HR_Payroll
      Throws:
      RuntimeException
    • setC_Charge_ID

      public void setC_Charge_ID(int C_Charge_ID)
      Set Charge.
      Specified by:
      setC_Charge_ID in interface I_HR_Payroll
      Parameters:
      C_Charge_ID - Additional document charges
    • getC_Charge_ID

      public int getC_Charge_ID()
      Get Charge.
      Specified by:
      getC_Charge_ID in interface I_HR_Payroll
      Returns:
      Additional document charges
    • setDescription

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

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

      public I_HR_Contract getHR_Contract() throws RuntimeException
      Specified by:
      getHR_Contract in interface I_HR_Payroll
      Throws:
      RuntimeException
    • setHR_Contract_ID

      public void setHR_Contract_ID(int HR_Contract_ID)
      Set Payroll Contract.
      Specified by:
      setHR_Contract_ID in interface I_HR_Payroll
      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_Payroll
      Returns:
      Payroll Contract
    • setHR_Payroll_ID

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

      public int getHR_Payroll_ID()
      Get Payroll.
      Specified by:
      getHR_Payroll_ID in interface I_HR_Payroll
      Returns:
      Payroll
    • setHR_Payroll_UU

      public void setHR_Payroll_UU(String HR_Payroll_UU)
      Set HR_Payroll_UU.
      Specified by:
      setHR_Payroll_UU in interface I_HR_Payroll
      Parameters:
      HR_Payroll_UU - HR_Payroll_UU
    • getHR_Payroll_UU

      public String getHR_Payroll_UU()
      Get HR_Payroll_UU.
      Specified by:
      getHR_Payroll_UU in interface I_HR_Payroll
      Returns:
      HR_Payroll_UU
    • setName

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

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

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

      public void setPaymentRule(String PaymentRule)
      Set Payment Rule.
      Specified by:
      setPaymentRule in interface I_HR_Payroll
      Parameters:
      PaymentRule - How you pay the invoice
    • getPaymentRule

      public String getPaymentRule()
      Get Payment Rule.
      Specified by:
      getPaymentRule in interface I_HR_Payroll
      Returns:
      How you pay the invoice
    • setProcessed

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

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

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

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

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