|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.eevolution.model.X_HR_Period
public class X_HR_Period
Generated Model for HR_Period
| 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_Period |
|---|
accessLevel, COLUMNNAME_C_Period_ID, COLUMNNAME_C_Year_ID, COLUMNNAME_DateAcct, COLUMNNAME_Description, COLUMNNAME_EndDate, COLUMNNAME_HR_Payroll_ID, COLUMNNAME_HR_Period_ID, COLUMNNAME_HR_Year_ID, COLUMNNAME_Name, COLUMNNAME_PeriodAction, COLUMNNAME_PeriodNo, COLUMNNAME_PeriodStatus, COLUMNNAME_Processed, COLUMNNAME_Processing, COLUMNNAME_StartDate, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_HR_Period(Properties ctx,
int HR_Period_ID,
String trxName)
Standard Constructor |
|
X_HR_Period(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Period_ID()
Get Period. |
I_C_Period |
getC_Period()
|
int |
getC_Year_ID()
Get Year. |
I_C_Year |
getC_Year()
|
Timestamp |
getDateAcct()
Get Account Date. |
String |
getDescription()
Get Description. |
Timestamp |
getEndDate()
Get End Date. |
int |
getHR_Payroll_ID()
Get Payroll. |
I_HR_Payroll |
getHR_Payroll()
|
int |
getHR_Period_ID()
Get Payroll Period. |
int |
getHR_Year_ID()
Get Payroll Year. |
I_HR_Year |
getHR_Year()
|
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getPeriodAction()
Get Period Action. |
int |
getPeriodNo()
Get Period No. |
String |
getPeriodStatus()
Get Period Status. |
Timestamp |
getStartDate()
Get Start Date. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setC_Period_ID(int C_Period_ID)
Set Period. |
void |
setC_Year_ID(int C_Year_ID)
Set Year. |
void |
setDateAcct(Timestamp DateAcct)
Set Account Date. |
void |
setDescription(String Description)
Set Description. |
void |
setEndDate(Timestamp EndDate)
Set End Date. |
void |
setHR_Payroll_ID(int HR_Payroll_ID)
Set Payroll. |
void |
setHR_Period_ID(int HR_Period_ID)
Set Payroll Period. |
void |
setHR_Year_ID(int HR_Year_ID)
Set Payroll Year. |
void |
setName(String Name)
Set Name. |
void |
setPeriodAction(String PeriodAction)
Set Period Action. |
void |
setPeriodNo(int PeriodNo)
Set Period No. |
void |
setPeriodStatus(String PeriodStatus)
Set Period Status. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setStartDate(Timestamp StartDate)
Set Start Date. |
String |
toString()
String representation |
| 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 |
|---|
public X_HR_Period(Properties ctx,
int HR_Period_ID,
String trxName)
public X_HR_Period(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_C_Period getC_Period()
throws Exception
getC_Period in interface I_HR_PeriodExceptionpublic void setC_Period_ID(int C_Period_ID)
setC_Period_ID in interface I_HR_PeriodC_Period_ID - Period of the Calendarpublic int getC_Period_ID()
getC_Period_ID in interface I_HR_Period
public I_C_Year getC_Year()
throws Exception
getC_Year in interface I_HR_PeriodExceptionpublic void setC_Year_ID(int C_Year_ID)
setC_Year_ID in interface I_HR_PeriodC_Year_ID - Calendar Yearpublic int getC_Year_ID()
getC_Year_ID in interface I_HR_Periodpublic void setDateAcct(Timestamp DateAcct)
setDateAcct in interface I_HR_PeriodDateAcct - Accounting Datepublic Timestamp getDateAcct()
getDateAcct in interface I_HR_Periodpublic void setDescription(String Description)
setDescription in interface I_HR_PeriodDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_HR_Periodpublic void setEndDate(Timestamp EndDate)
setEndDate in interface I_HR_PeriodEndDate - Last effective date (inclusive)public Timestamp getEndDate()
getEndDate in interface I_HR_Period
public I_HR_Payroll getHR_Payroll()
throws Exception
getHR_Payroll in interface I_HR_PeriodExceptionpublic void setHR_Payroll_ID(int HR_Payroll_ID)
setHR_Payroll_ID in interface I_HR_PeriodHR_Payroll_ID - Payrollpublic int getHR_Payroll_ID()
getHR_Payroll_ID in interface I_HR_Periodpublic void setHR_Period_ID(int HR_Period_ID)
setHR_Period_ID in interface I_HR_PeriodHR_Period_ID - Payroll Periodpublic int getHR_Period_ID()
getHR_Period_ID in interface I_HR_Period
public I_HR_Year getHR_Year()
throws Exception
getHR_Year in interface I_HR_PeriodExceptionpublic void setHR_Year_ID(int HR_Year_ID)
setHR_Year_ID in interface I_HR_PeriodHR_Year_ID - Payroll Yearpublic int getHR_Year_ID()
getHR_Year_ID in interface I_HR_Periodpublic void setName(String Name)
setName in interface I_HR_PeriodName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_HR_Periodpublic KeyNamePair getKeyNamePair()
public void setPeriodAction(String PeriodAction)
setPeriodAction in interface I_HR_PeriodPeriodAction - Action taken for this periodpublic String getPeriodAction()
getPeriodAction in interface I_HR_Periodpublic void setPeriodNo(int PeriodNo)
setPeriodNo in interface I_HR_PeriodPeriodNo - Unique Period Numberpublic int getPeriodNo()
getPeriodNo in interface I_HR_Periodpublic void setPeriodStatus(String PeriodStatus)
setPeriodStatus in interface I_HR_PeriodPeriodStatus - Current state of this periodpublic String getPeriodStatus()
getPeriodStatus in interface I_HR_Periodpublic void setProcessed(boolean Processed)
setProcessed in interface I_HR_PeriodProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_HR_Periodpublic void setProcessing(boolean Processing)
setProcessing in interface I_HR_PeriodProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_HR_Periodpublic void setStartDate(Timestamp StartDate)
setStartDate in interface I_HR_PeriodStartDate - First effective day (inclusive)public Timestamp getStartDate()
getStartDate in interface I_HR_Period
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||