Package org.eevolution.model
Interface I_HR_Period
- All Known Implementing Classes:
X_HR_Period
public interface I_HR_Period
Generated Interface for HR_Period
- 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 C_Period_IDstatic final String
Column name C_Year_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DateAcctstatic final String
Column name Descriptionstatic final String
Column name EndDatestatic final String
Column name HR_Payroll_IDstatic final String
Column name HR_Period_IDstatic final String
Column name HR_Period_UUstatic final String
Column name HR_Year_IDstatic final String
Column name IsActivestatic final String
Column name Namestatic final String
Column name PeriodActionstatic final String
Column name PeriodNostatic final String
Column name PeriodStatusstatic final String
Column name Processedstatic final String
Column name Processingstatic final String
Column name StartDatestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53094static final String
TableName=HR_Period -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Period.int
Get Year.Get Created.int
Get Created By.Get Account Date.Get Description.Get End Date.int
Get Payrollint
Get Payroll PeriodGet HR_Period_UUint
Get Payroll YeargetName()
Get Name.Get Period Action.int
Get Period No.Get Period Status.Get Start Date.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Processed.boolean
Get Process Nowvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.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 Payrollvoid
setHR_Period_ID
(int HR_Period_ID) Set Payroll Periodvoid
setHR_Period_UU
(String HR_Period_UU) Set HR_Period_UUvoid
setHR_Year_ID
(int HR_Year_ID) Set Payroll Yearvoid
setIsActive
(boolean IsActive) Set Active.void
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 Nowvoid
setStartDate
(Timestamp StartDate) Set Start Date.
-
Field Details
-
Table_Name
TableName=HR_Period- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53094- 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_C_Period_ID
Column name C_Period_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_C_Year_ID
Column name C_Year_ID- See Also:
-
COLUMNNAME_DateAcct
Column name DateAcct- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EndDate
Column name EndDate- 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_Period_UU
Column name HR_Period_UU- See Also:
-
COLUMNNAME_HR_Year_ID
Column name HR_Year_ID- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PeriodAction
Column name PeriodAction- See Also:
-
COLUMNNAME_PeriodNo
Column name PeriodNo- See Also:
-
COLUMNNAME_PeriodStatus
Column name PeriodStatus- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_StartDate
Column name StartDate- 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 -
setC_Period_ID
void setC_Period_ID(int C_Period_ID) Set Period. Period of the Calendar -
getC_Period_ID
int getC_Period_ID()Get Period. Period of the Calendar -
getC_Period
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setC_Year_ID
void setC_Year_ID(int C_Year_ID) Set Year. Calendar Year -
getC_Year_ID
int getC_Year_ID()Get Year. Calendar Year -
getC_Year
- Throws:
RuntimeException
-
setDateAcct
Set Account Date. Accounting Date -
getDateAcct
Timestamp getDateAcct()Get Account Date. Accounting Date -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setEndDate
Set End Date. Last effective date (inclusive) -
getEndDate
Timestamp getEndDate()Get End Date. Last effective date (inclusive) -
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 -
setHR_Period_UU
Set HR_Period_UU -
getHR_Period_UU
String getHR_Period_UU()Get HR_Period_UU -
setHR_Year_ID
void setHR_Year_ID(int HR_Year_ID) Set Payroll Year -
getHR_Year_ID
int getHR_Year_ID()Get Payroll Year -
getHR_Year
- Throws:
RuntimeException
-
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 -
setPeriodAction
Set Period Action. Action taken for this period -
getPeriodAction
String getPeriodAction()Get Period Action. Action taken for this period -
setPeriodNo
void setPeriodNo(int PeriodNo) Set Period No. Unique Period Number -
getPeriodNo
int getPeriodNo()Get Period No. Unique Period Number -
setPeriodStatus
Set Period Status. Current state of this period -
getPeriodStatus
String getPeriodStatus()Get Period Status. Current state of this period -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
setStartDate
Set Start Date. First effective day (inclusive) -
getStartDate
Timestamp getStartDate()Get Start Date. First effective day (inclusive) -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-