Package org.eevolution.model
Interface I_HR_Year
- All Known Implementing Classes:
X_HR_Year
public interface I_HR_Year
Generated Interface for HR_Year
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_Year_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name HR_Payroll_IDstatic final StringColumn name HR_Year_IDstatic final StringColumn name HR_Year_UUstatic final StringColumn name IsActivestatic final StringColumn name NetDaysstatic final StringColumn name Processedstatic final StringColumn name Processingstatic final StringColumn name Qtystatic final StringColumn name StartDatestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=53095static final StringTableName=HR_Year -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Year.Get Created.intGet Created By.Deprecated.intGet PayrollintGet Payroll YearGet HR_Year_UUintGet Net Days.intgetQty()Get Quantity.Get Start Date.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Processed.booleanGet Process NowvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_Year_ID(int C_Year_ID) Set Year.voidsetHR_Payroll_ID(int HR_Payroll_ID) Set PayrollvoidsetHR_Year_ID(int HR_Year_ID) Set Payroll YearvoidsetHR_Year_UU(String HR_Year_UU) Set HR_Year_UUvoidsetIsActive(boolean IsActive) Set Active.voidsetNetDays(int NetDays) Set Net Days.voidsetProcessed(boolean Processed) Set Processed.voidsetProcessing(boolean Processing) Set Process NowvoidsetQty(int Qty) Set Quantity.voidsetStartDate(Timestamp StartDate) Set Start Date.
-
Field Details
-
Table_Name
TableName=HR_Year- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53095- 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_Year_ID
Column name C_Year_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_HR_Payroll_ID
Column name HR_Payroll_ID- See Also:
-
COLUMNNAME_HR_Year_ID
Column name HR_Year_ID- See Also:
-
COLUMNNAME_HR_Year_UU
Column name HR_Year_UU- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_NetDays
Column name NetDays- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Qty
Column name Qty- 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_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
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setHR_Payroll_ID
void setHR_Payroll_ID(int HR_Payroll_ID) Set Payroll -
getHR_Payroll_ID
int getHR_Payroll_ID()Get Payroll -
getHR_Payroll
Deprecated.- Throws:
RuntimeException
-
setHR_Year_ID
void setHR_Year_ID(int HR_Year_ID) Set Payroll Year -
getHR_Year_ID
int getHR_Year_ID()Get Payroll Year -
setHR_Year_UU
Set HR_Year_UU -
getHR_Year_UU
String getHR_Year_UU()Get HR_Year_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 -
setNetDays
void setNetDays(int NetDays) Set Net Days. Net Days in which payment is due -
getNetDays
int getNetDays()Get Net Days. Net Days in which payment is due -
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 -
setQty
void setQty(int Qty) Set Quantity. Quantity -
getQty
int getQty()Get Quantity. Quantity -
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
-