|
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_Process
public class X_HR_Process
Generated Model for HR_Process
| Field Summary | |
|---|---|
static int |
C_DOCTYPETARGET_ID_AD_Reference_ID
C_DocTypeTarget_ID AD_Reference_ID=170 |
static int |
DOCACTION_AD_Reference_ID
DocAction AD_Reference_ID=135 |
static String |
DOCACTION_Approve
Approve = AP |
static String |
DOCACTION_Close
Close = CL |
static String |
DOCACTION_Complete
Complete = CO |
static String |
DOCACTION_Invalidate
Invalidate = IN |
static String |
DOCACTION_None
|
static String |
DOCACTION_Post
Post = PO |
static String |
DOCACTION_Prepare
Prepare = PR |
static String |
DOCACTION_Re_Activate
Re-activate = RE |
static String |
DOCACTION_Reject
Reject = RJ |
static String |
DOCACTION_Reverse_Accrual
Reverse - Accrual = RA |
static String |
DOCACTION_Reverse_Correct
Reverse - Correct = RC |
static String |
DOCACTION_Unlock
Unlock = XL |
static String |
DOCACTION_Void
Void = VO |
static String |
DOCACTION_WaitComplete
Wait Complete = WC |
static int |
DOCSTATUS_AD_Reference_ID
DocStatus AD_Reference_ID=131 |
static String |
DOCSTATUS_Approved
Approved = AP |
static String |
DOCSTATUS_Closed
Closed = CL |
static String |
DOCSTATUS_Completed
Completed = CO |
static String |
DOCSTATUS_Drafted
Drafted = DR |
static String |
DOCSTATUS_InProgress
In Progress = IP |
static String |
DOCSTATUS_Invalid
Invalid = IN |
static String |
DOCSTATUS_NotApproved
Not Approved = NA |
static String |
DOCSTATUS_Reversed
Reversed = RE |
static String |
DOCSTATUS_Unknown
Unknown = ?? |
static String |
DOCSTATUS_Voided
Voided = VO |
static String |
DOCSTATUS_WaitingConfirmation
Waiting Confirmation = WC |
static String |
DOCSTATUS_WaitingPayment
Waiting Payment = WP |
static int |
REVERSAL_ID_AD_Reference_ID
Reversal_ID AD_Reference_ID=53253 |
| 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 |
| Constructor Summary | |
|---|---|
X_HR_Process(Properties ctx,
int HR_Process_ID,
String trxName)
Standard Constructor |
|
X_HR_Process(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_PrintFormat_ID()
Get Print Format. |
I_AD_PrintFormat |
getAD_PrintFormat()
|
int |
getAD_Workflow_ID()
Get Workflow. |
I_AD_Workflow |
getAD_Workflow()
|
int |
getC_BPartner_ID()
Get Business Partner . |
I_C_BPartner |
getC_BPartner()
|
int |
getC_Charge_ID()
Get Charge. |
I_C_Charge |
getC_Charge()
|
int |
getC_DocType_ID()
Get Document Type. |
I_C_DocType |
getC_DocType()
|
int |
getC_DocTypeTarget_ID()
Get Target Document Type. |
int |
getC_PaySelection_ID()
Get Payment Selection. |
I_C_PaySelection |
getC_PaySelection()
|
String |
getColumnSQL()
Get Column SQL. |
Timestamp |
getDateAcct()
Get Account Date. |
String |
getDocAction()
Get Document Action. |
String |
getDocStatus()
Get Document Status. |
String |
getDocumentNo()
Get Document No. |
int |
getHR_Department_ID()
Get Department. |
I_HR_Department |
getHR_Department()
|
int |
getHR_Employee_ID()
Get Employee. |
I_HR_Employee |
getHR_Employee()
|
int |
getHR_Job_ID()
Get Job. |
I_HR_Job |
getHR_Job()
|
int |
getHR_Payroll_ID()
Get Payroll. |
I_HR_Payroll |
getHR_Payroll()
|
int |
getHR_Period_ID()
Get Payroll Period. |
I_HR_Period |
getHR_Period()
|
int |
getHR_Process_ID()
Get Payroll Process. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getReversal_ID()
Get Reversal ID. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isPosted()
Get Posted. |
boolean |
isProcessed()
Get Processed. |
boolean |
isProcessing()
Get Process Now. |
void |
setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. |
void |
setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow. |
void |
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . |
void |
setC_Charge_ID(int C_Charge_ID)
Set Charge. |
void |
setC_DocType_ID(int C_DocType_ID)
Set Document Type. |
void |
setC_DocTypeTarget_ID(int C_DocTypeTarget_ID)
Set Target Document Type. |
void |
setC_PaySelection_ID(int C_PaySelection_ID)
Set Payment Selection. |
void |
setColumnSQL(String ColumnSQL)
Set Column SQL. |
void |
setDateAcct(Timestamp DateAcct)
Set Account Date. |
void |
setDocAction(String DocAction)
Set Document Action. |
void |
setDocStatus(String DocStatus)
Set Document Status. |
void |
setDocumentNo(String DocumentNo)
Set Document No. |
void |
setHR_Department_ID(int HR_Department_ID)
Set Department. |
void |
setHR_Employee_ID(int HR_Employee_ID)
Set Employee. |
void |
setHR_Job_ID(int HR_Job_ID)
Set Job. |
void |
setHR_Payroll_ID(int HR_Payroll_ID)
Set Payroll. |
void |
setHR_Period_ID(int HR_Period_ID)
Set Payroll Period. |
void |
setHR_Process_ID(int HR_Process_ID)
Set Payroll Process. |
void |
setName(String Name)
Set Name. |
void |
setPosted(boolean Posted)
Set Posted. |
void |
setProcessed(boolean Processed)
Set Processed. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setReversal_ID(int Reversal_ID)
Set Reversal ID. |
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 |
| Field Detail |
|---|
public static final int C_DOCTYPETARGET_ID_AD_Reference_ID
public static final int DOCACTION_AD_Reference_ID
public static final String DOCACTION_Complete
public static final String DOCACTION_Approve
public static final String DOCACTION_Reject
public static final String DOCACTION_Post
public static final String DOCACTION_Void
public static final String DOCACTION_Close
public static final String DOCACTION_Reverse_Correct
public static final String DOCACTION_Reverse_Accrual
public static final String DOCACTION_Invalidate
public static final String DOCACTION_Re_Activate
public static final String DOCACTION_None
public static final String DOCACTION_Prepare
public static final String DOCACTION_Unlock
public static final String DOCACTION_WaitComplete
public static final int DOCSTATUS_AD_Reference_ID
public static final String DOCSTATUS_Drafted
public static final String DOCSTATUS_Completed
public static final String DOCSTATUS_Approved
public static final String DOCSTATUS_NotApproved
public static final String DOCSTATUS_Voided
public static final String DOCSTATUS_Invalid
public static final String DOCSTATUS_Reversed
public static final String DOCSTATUS_Closed
public static final String DOCSTATUS_Unknown
public static final String DOCSTATUS_InProgress
public static final String DOCSTATUS_WaitingPayment
public static final String DOCSTATUS_WaitingConfirmation
public static final int REVERSAL_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_HR_Process(Properties ctx,
int HR_Process_ID,
String trxName)
public X_HR_Process(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_AD_PrintFormat getAD_PrintFormat()
throws Exception
getAD_PrintFormat in interface I_HR_ProcessExceptionpublic void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
setAD_PrintFormat_ID in interface I_HR_ProcessAD_PrintFormat_ID - Data Print Formatpublic int getAD_PrintFormat_ID()
getAD_PrintFormat_ID in interface I_HR_Process
public I_AD_Workflow getAD_Workflow()
throws Exception
getAD_Workflow in interface I_HR_ProcessExceptionpublic void setAD_Workflow_ID(int AD_Workflow_ID)
setAD_Workflow_ID in interface I_HR_ProcessAD_Workflow_ID - Workflow or combination of taskspublic int getAD_Workflow_ID()
getAD_Workflow_ID in interface I_HR_Process
public I_C_BPartner getC_BPartner()
throws Exception
getC_BPartner in interface I_HR_ProcessExceptionpublic void setC_BPartner_ID(int C_BPartner_ID)
setC_BPartner_ID in interface I_HR_ProcessC_BPartner_ID - Identifies a Business Partnerpublic int getC_BPartner_ID()
getC_BPartner_ID in interface I_HR_Process
public I_C_Charge getC_Charge()
throws Exception
getC_Charge in interface I_HR_ProcessExceptionpublic void setC_Charge_ID(int C_Charge_ID)
setC_Charge_ID in interface I_HR_ProcessC_Charge_ID - Additional document chargespublic int getC_Charge_ID()
getC_Charge_ID in interface I_HR_Process
public I_C_DocType getC_DocType()
throws Exception
getC_DocType in interface I_HR_ProcessExceptionpublic void setC_DocType_ID(int C_DocType_ID)
setC_DocType_ID in interface I_HR_ProcessC_DocType_ID - Document type or rulespublic int getC_DocType_ID()
getC_DocType_ID in interface I_HR_Processpublic void setC_DocTypeTarget_ID(int C_DocTypeTarget_ID)
setC_DocTypeTarget_ID in interface I_HR_ProcessC_DocTypeTarget_ID - Target document type for conversing documentspublic int getC_DocTypeTarget_ID()
getC_DocTypeTarget_ID in interface I_HR_Processpublic void setColumnSQL(String ColumnSQL)
setColumnSQL in interface I_HR_ProcessColumnSQL - Virtual Column (r/o)public String getColumnSQL()
getColumnSQL in interface I_HR_Process
public I_C_PaySelection getC_PaySelection()
throws Exception
getC_PaySelection in interface I_HR_ProcessExceptionpublic void setC_PaySelection_ID(int C_PaySelection_ID)
setC_PaySelection_ID in interface I_HR_ProcessC_PaySelection_ID - Payment Selectionpublic int getC_PaySelection_ID()
getC_PaySelection_ID in interface I_HR_Processpublic void setDateAcct(Timestamp DateAcct)
setDateAcct in interface I_HR_ProcessDateAcct - Accounting Datepublic Timestamp getDateAcct()
getDateAcct in interface I_HR_Processpublic void setDocAction(String DocAction)
setDocAction in interface I_HR_ProcessDocAction - The targeted status of the documentpublic String getDocAction()
getDocAction in interface I_HR_Processpublic void setDocStatus(String DocStatus)
setDocStatus in interface I_HR_ProcessDocStatus - The current status of the documentpublic String getDocStatus()
getDocStatus in interface I_HR_Processpublic void setDocumentNo(String DocumentNo)
setDocumentNo in interface I_HR_ProcessDocumentNo - Document sequence number of the documentpublic String getDocumentNo()
getDocumentNo in interface I_HR_Process
public I_HR_Department getHR_Department()
throws Exception
getHR_Department in interface I_HR_ProcessExceptionpublic void setHR_Department_ID(int HR_Department_ID)
setHR_Department_ID in interface I_HR_ProcessHR_Department_ID - Departmentpublic int getHR_Department_ID()
getHR_Department_ID in interface I_HR_Process
public I_HR_Employee getHR_Employee()
throws Exception
getHR_Employee in interface I_HR_ProcessExceptionpublic void setHR_Employee_ID(int HR_Employee_ID)
setHR_Employee_ID in interface I_HR_ProcessHR_Employee_ID - Employeepublic int getHR_Employee_ID()
getHR_Employee_ID in interface I_HR_Process
public I_HR_Job getHR_Job()
throws Exception
getHR_Job in interface I_HR_ProcessExceptionpublic void setHR_Job_ID(int HR_Job_ID)
setHR_Job_ID in interface I_HR_ProcessHR_Job_ID - Jobpublic int getHR_Job_ID()
getHR_Job_ID in interface I_HR_Process
public I_HR_Payroll getHR_Payroll()
throws Exception
getHR_Payroll in interface I_HR_ProcessExceptionpublic void setHR_Payroll_ID(int HR_Payroll_ID)
setHR_Payroll_ID in interface I_HR_ProcessHR_Payroll_ID - Payrollpublic int getHR_Payroll_ID()
getHR_Payroll_ID in interface I_HR_Process
public I_HR_Period getHR_Period()
throws Exception
getHR_Period in interface I_HR_ProcessExceptionpublic void setHR_Period_ID(int HR_Period_ID)
setHR_Period_ID in interface I_HR_ProcessHR_Period_ID - Payroll Periodpublic int getHR_Period_ID()
getHR_Period_ID in interface I_HR_Processpublic void setHR_Process_ID(int HR_Process_ID)
setHR_Process_ID in interface I_HR_ProcessHR_Process_ID - Payroll Processpublic int getHR_Process_ID()
getHR_Process_ID in interface I_HR_Processpublic void setName(String Name)
setName in interface I_HR_ProcessName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_HR_Processpublic KeyNamePair getKeyNamePair()
public void setPosted(boolean Posted)
setPosted in interface I_HR_ProcessPosted - Posting statuspublic boolean isPosted()
isPosted in interface I_HR_Processpublic void setProcessed(boolean Processed)
setProcessed in interface I_HR_ProcessProcessed - The document has been processedpublic boolean isProcessed()
isProcessed in interface I_HR_Processpublic void setProcessing(boolean Processing)
setProcessing in interface I_HR_ProcessProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_HR_Processpublic void setReversal_ID(int Reversal_ID)
setReversal_ID in interface I_HR_ProcessReversal_ID - ID of document reversalpublic int getReversal_ID()
getReversal_ID in interface I_HR_Process
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||