Package org.eevolution.model
Interface I_HR_Process
- All Known Implementing Classes:
X_HR_Process
public interface I_HR_Process
Generated Interface for HR_Process
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_PrintFormat_IDstatic final String
Column name AD_Workflow_IDstatic final String
Column name C_BPartner_IDstatic final String
Column name C_Charge_IDstatic final String
Column name C_DocType_IDstatic final String
Column name C_DocTypeTarget_IDstatic final String
Column name C_PaySelection_IDstatic final String
Column name ColumnSQLstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DateAcctstatic final String
Column name DocActionstatic final String
Column name DocStatusstatic final String
Column name DocumentNostatic final String
Column name HR_Department_IDstatic final String
Column name HR_Employee_IDstatic final String
Column name HR_Job_IDstatic final String
Column name HR_Payroll_IDstatic final String
Column name HR_Period_IDstatic final String
Column name HR_Process_IDstatic final String
Column name HR_Process_UUstatic final String
Column name IsActivestatic final String
Column name Namestatic final String
Column name Postedstatic final String
Column name Processedstatic final String
Column name ProcessedOnstatic final String
Column name Processingstatic final String
Column name Reversal_IDstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53092static final String
TableName=HR_Process -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Print Format.int
Get Workflow.int
Get Business Partner.int
Get Charge.int
Get Document Type.int
Get Target Document Type.int
Get Payment Selection.Get Column SQL.Get Created.int
Get Created By.Get Account Date.Get Document Action.Get Document Status.Get Document No.int
Get Payroll Departmentint
Get Payroll Employeeint
Get Payroll Jobint
Get Payrollint
Get Payroll Periodint
Get Payroll ProcessGet HR_Process_UUgetName()
Get Name.Get Processed On.int
Get Reversal ID.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
isPosted()
Get Posted.boolean
Get Processed.boolean
Get Process Nowvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.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 Payroll Departmentvoid
setHR_Employee_ID
(int HR_Employee_ID) Set Payroll Employeevoid
setHR_Job_ID
(int HR_Job_ID) Set Payroll Jobvoid
setHR_Payroll_ID
(int HR_Payroll_ID) Set Payrollvoid
setHR_Period_ID
(int HR_Period_ID) Set Payroll Periodvoid
setHR_Process_ID
(int HR_Process_ID) Set Payroll Processvoid
setHR_Process_UU
(String HR_Process_UU) Set HR_Process_UUvoid
setIsActive
(boolean IsActive) Set Active.void
Set Name.void
setPosted
(boolean Posted) Set Posted.void
setProcessed
(boolean Processed) Set Processed.void
setProcessedOn
(BigDecimal ProcessedOn) Set Processed On.void
setProcessing
(boolean Processing) Set Process Nowvoid
setReversal_ID
(int Reversal_ID) Set Reversal ID.
-
Field Details
-
Table_Name
TableName=HR_Process- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53092- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_ID- See Also:
-
COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_ID- See Also:
-
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
-
COLUMNNAME_C_Charge_ID
Column name C_Charge_ID- See Also:
-
COLUMNNAME_C_DocType_ID
Column name C_DocType_ID- See Also:
-
COLUMNNAME_C_DocTypeTarget_ID
Column name C_DocTypeTarget_ID- See Also:
-
COLUMNNAME_ColumnSQL
Column name ColumnSQL- See Also:
-
COLUMNNAME_C_PaySelection_ID
Column name C_PaySelection_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateAcct
Column name DateAcct- See Also:
-
COLUMNNAME_DocAction
Column name DocAction- See Also:
-
COLUMNNAME_DocStatus
Column name DocStatus- See Also:
-
COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
-
COLUMNNAME_HR_Department_ID
Column name HR_Department_ID- See Also:
-
COLUMNNAME_HR_Employee_ID
Column name HR_Employee_ID- See Also:
-
COLUMNNAME_HR_Job_ID
Column name HR_Job_ID- See Also:
-
COLUMNNAME_HR_Payroll_ID
Column name HR_Payroll_ID- See Also:
-
COLUMNNAME_HR_Period_ID
Column name HR_Period_ID- See Also:
-
COLUMNNAME_HR_Process_ID
Column name HR_Process_ID- See Also:
-
COLUMNNAME_HR_Process_UU
Column name HR_Process_UU- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Posted
Column name Posted- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_ProcessedOn
Column name ProcessedOn- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Reversal_ID
Column name Reversal_ID- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAD_PrintFormat_ID
void setAD_PrintFormat_ID(int AD_PrintFormat_ID) Set Print Format. Data Print Format -
getAD_PrintFormat_ID
int getAD_PrintFormat_ID()Get Print Format. Data Print Format -
getAD_PrintFormat
- Throws:
RuntimeException
-
setAD_Workflow_ID
void setAD_Workflow_ID(int AD_Workflow_ID) Set Workflow. Workflow or combination of tasks -
getAD_Workflow_ID
int getAD_Workflow_ID()Get Workflow. Workflow or combination of tasks -
getAD_Workflow
- Throws:
RuntimeException
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID) Set Business Partner. Identifies a Business Partner -
getC_BPartner_ID
int getC_BPartner_ID()Get Business Partner. Identifies a Business Partner -
getC_BPartner
- Throws:
RuntimeException
-
setC_Charge_ID
void setC_Charge_ID(int C_Charge_ID) Set Charge. Additional document charges -
getC_Charge_ID
int getC_Charge_ID()Get Charge. Additional document charges -
getC_Charge
- Throws:
RuntimeException
-
setC_DocType_ID
void setC_DocType_ID(int C_DocType_ID) Set Document Type. Document type or rules -
getC_DocType_ID
int getC_DocType_ID()Get Document Type. Document type or rules -
getC_DocType
- Throws:
RuntimeException
-
setC_DocTypeTarget_ID
void setC_DocTypeTarget_ID(int C_DocTypeTarget_ID) Set Target Document Type. Target document type for conversing documents -
getC_DocTypeTarget_ID
int getC_DocTypeTarget_ID()Get Target Document Type. Target document type for conversing documents -
getC_DocTypeTarget
- Throws:
RuntimeException
-
setColumnSQL
Set Column SQL. Virtual Column (r/o) -
getColumnSQL
String getColumnSQL()Get Column SQL. Virtual Column (r/o) -
setC_PaySelection_ID
void setC_PaySelection_ID(int C_PaySelection_ID) Set Payment Selection. Payment Selection -
getC_PaySelection_ID
int getC_PaySelection_ID()Get Payment Selection. Payment Selection -
getC_PaySelection
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDateAcct
Set Account Date. Accounting Date -
getDateAcct
Timestamp getDateAcct()Get Account Date. Accounting Date -
setDocAction
Set Document Action. The targeted status of the document -
getDocAction
String getDocAction()Get Document Action. The targeted status of the document -
setDocStatus
Set Document Status. The current status of the document -
getDocStatus
String getDocStatus()Get Document Status. The current status of the document -
setDocumentNo
Set Document No. Document sequence number of the document -
getDocumentNo
String getDocumentNo()Get Document No. Document sequence number of the document -
setHR_Department_ID
void setHR_Department_ID(int HR_Department_ID) Set Payroll Department -
getHR_Department_ID
int getHR_Department_ID()Get Payroll Department -
getHR_Department
- Throws:
RuntimeException
-
setHR_Employee_ID
void setHR_Employee_ID(int HR_Employee_ID) Set Payroll Employee -
getHR_Employee_ID
int getHR_Employee_ID()Get Payroll Employee -
getHR_Employee
- Throws:
RuntimeException
-
setHR_Job_ID
void setHR_Job_ID(int HR_Job_ID) Set Payroll Job -
getHR_Job_ID
int getHR_Job_ID()Get Payroll Job -
getHR_Job
- Throws:
RuntimeException
-
setHR_Payroll_ID
void setHR_Payroll_ID(int HR_Payroll_ID) Set Payroll -
getHR_Payroll_ID
int getHR_Payroll_ID()Get Payroll -
getHR_Payroll
- Throws:
RuntimeException
-
setHR_Period_ID
void setHR_Period_ID(int HR_Period_ID) Set Payroll Period -
getHR_Period_ID
int getHR_Period_ID()Get Payroll Period -
getHR_Period
- Throws:
RuntimeException
-
setHR_Process_ID
void setHR_Process_ID(int HR_Process_ID) Set Payroll Process -
getHR_Process_ID
int getHR_Process_ID()Get Payroll Process -
setHR_Process_UU
Set HR_Process_UU -
getHR_Process_UU
String getHR_Process_UU()Get HR_Process_UU -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPosted
void setPosted(boolean Posted) Set Posted. Posting status -
isPosted
boolean isPosted()Get Posted. Posting status -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setProcessedOn
Set Processed On. The date+time (expressed in decimal format) when the document has been processed -
getProcessedOn
BigDecimal getProcessedOn()Get Processed On. The date+time (expressed in decimal format) when the document has been processed -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
setReversal_ID
void setReversal_ID(int Reversal_ID) Set Reversal ID. ID of document reversal -
getReversal_ID
int getReversal_ID()Get Reversal ID. ID of document reversal -
getReversal
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-