Adempiere 3.5.2a

org.eevolution.model
Class X_HR_Year

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.eevolution.model.X_HR_Year
All Implemented Interfaces:
Serializable, Comparator, I_Persistent, Evaluatee, I_HR_Year
Direct Known Subclasses:
MHRYear

public class X_HR_Year
extends PO
implements I_HR_Year, I_Persistent

Generated Model for HR_Year

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.eevolution.model.I_HR_Year
accessLevel, COLUMNNAME_C_Year_ID, COLUMNNAME_HR_Payroll_ID, COLUMNNAME_HR_Year_ID, COLUMNNAME_NetDays, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_Qty, COLUMNNAME_StartDate, Model, Table_ID, Table_Name
 
Constructor Summary
X_HR_Year(Properties ctx, int HR_Year_ID, String trxName)
          Standard Constructor
X_HR_Year(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getC_Year_ID()
          Get Year.
 I_C_Year getC_Year()
           
 int getHR_Payroll_ID()
          Get Payroll.
 I_HR_Payroll getHR_Payroll()
           
 int getHR_Year_ID()
          Get Payroll Year.
 int getNetDays()
          Get Net Days.
 int getQty()
          Get Quantity.
 Timestamp getStartDate()
          Get Start Date.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now.
 void setC_Year_ID(int C_Year_ID)
          Set Year.
 void setHR_Payroll_ID(int HR_Payroll_ID)
          Set Payroll.
 void setHR_Year_ID(int HR_Year_ID)
          Set Payroll Year.
 void setNetDays(int NetDays)
          Set Net Days.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now.
 void setQty(int Qty)
          Set Quantity.
 void setStartDate(Timestamp StartDate)
          Set Start Date.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Constructor Detail

X_HR_Year

public X_HR_Year(Properties ctx,
                 int HR_Year_ID,
                 String trxName)
Standard Constructor


X_HR_Year

public X_HR_Year(Properties ctx,
                 ResultSet rs,
                 String trxName)
Load 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

getC_Year

public I_C_Year getC_Year()
                   throws Exception
Specified by:
getC_Year in interface I_HR_Year
Throws:
Exception

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 Exception
Specified by:
getHR_Payroll in interface I_HR_Year
Throws:
Exception

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

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)

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.