Package org.eevolution.model
Interface I_HR_PayrollConcept
- All Known Implementing Classes:
X_HR_PayrollConcept
public interface I_HR_PayrollConcept
Generated Interface for HR_PayrollConcept
- 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 AD_Rule_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name HR_Concept_IDstatic final StringColumn name HR_Payroll_IDstatic final StringColumn name HR_PayrollConcept_IDstatic final StringColumn name HR_PayrollConcept_UUstatic final StringColumn name IsActivestatic final StringColumn name IsDisplayedstatic final StringColumn name IsIncludestatic final StringColumn name IsPrintedstatic final StringColumn name Namestatic final StringColumn name SeqNostatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=53096static final StringTableName=HR_PayrollConcept -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet RuleGet Created.intGet Created By.Deprecated.intGet Payroll ConceptDeprecated.intGet PayrollintGet Payroll ConceptGet HR_PayrollConcept_UUgetName()Get Name.intgetSeqNo()Get Sequence.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Displayed.booleanGet Included.booleanGet Printed.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAD_Rule_ID(int AD_Rule_ID) Set RulevoidsetHR_Concept_ID(int HR_Concept_ID) Set Payroll ConceptvoidsetHR_Payroll_ID(int HR_Payroll_ID) Set PayrollvoidsetHR_PayrollConcept_ID(int HR_PayrollConcept_ID) Set Payroll ConceptvoidsetHR_PayrollConcept_UU(String HR_PayrollConcept_UU) Set HR_PayrollConcept_UUvoidsetIsActive(boolean IsActive) Set Active.voidsetIsDisplayed(boolean IsDisplayed) Set Displayed.voidsetIsInclude(boolean IsInclude) Set Included.voidsetIsPrinted(boolean IsPrinted) Set Printed.voidSet Name.voidsetSeqNo(int SeqNo) Set Sequence.
-
Field Details
-
Table_Name
TableName=HR_PayrollConcept- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53096- 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_Rule_ID
Column name AD_Rule_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_HR_Concept_ID
Column name HR_Concept_ID- See Also:
-
COLUMNNAME_HR_PayrollConcept_ID
Column name HR_PayrollConcept_ID- See Also:
-
COLUMNNAME_HR_PayrollConcept_UU
Column name HR_PayrollConcept_UU- See Also:
-
COLUMNNAME_HR_Payroll_ID
Column name HR_Payroll_ID- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDisplayed
Column name IsDisplayed- See Also:
-
COLUMNNAME_IsInclude
Column name IsInclude- See Also:
-
COLUMNNAME_IsPrinted
Column name IsPrinted- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- 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_Rule_ID
void setAD_Rule_ID(int AD_Rule_ID) Set Rule -
getAD_Rule_ID
int getAD_Rule_ID()Get Rule -
getAD_Rule
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_Concept_ID
void setHR_Concept_ID(int HR_Concept_ID) Set Payroll Concept -
getHR_Concept_ID
int getHR_Concept_ID()Get Payroll Concept -
getHR_Concept
Deprecated.- Throws:
RuntimeException
-
setHR_PayrollConcept_ID
void setHR_PayrollConcept_ID(int HR_PayrollConcept_ID) Set Payroll Concept -
getHR_PayrollConcept_ID
int getHR_PayrollConcept_ID()Get Payroll Concept -
setHR_PayrollConcept_UU
Set HR_PayrollConcept_UU -
getHR_PayrollConcept_UU
String getHR_PayrollConcept_UU()Get HR_PayrollConcept_UU -
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
-
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 -
setIsDisplayed
void setIsDisplayed(boolean IsDisplayed) Set Displayed. Determines, if this field is displayed -
isDisplayed
boolean isDisplayed()Get Displayed. Determines, if this field is displayed -
setIsInclude
void setIsInclude(boolean IsInclude) Set Included. Defines whether this content / template is included into another one -
isInclude
boolean isInclude()Get Included. Defines whether this content / template is included into another one -
setIsPrinted
void setIsPrinted(boolean IsPrinted) Set Printed. Indicates if this document / line is printed -
isPrinted
boolean isPrinted()Get Printed. Indicates if this document / line is printed -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setSeqNo
void setSeqNo(int SeqNo) Set Sequence. Method of ordering records; lowest number comes first -
getSeqNo
int getSeqNo()Get Sequence. Method of ordering records; lowest number comes first -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-