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 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_Rule_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name HR_Concept_IDstatic final String
Column name HR_Payroll_IDstatic final String
Column name HR_PayrollConcept_IDstatic final String
Column name HR_PayrollConcept_UUstatic final String
Column name IsActivestatic final String
Column name IsDisplayedstatic final String
Column name IsIncludestatic final String
Column name IsPrintedstatic final String
Column name Namestatic final String
Column name SeqNostatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=53096static final String
TableName=HR_PayrollConcept -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get RuleGet Created.int
Get Created By.int
Get Payroll Conceptint
Get Payrollint
Get Payroll ConceptGet HR_PayrollConcept_UUgetName()
Get Name.int
getSeqNo()
Get Sequence.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Displayed.boolean
Get Included.boolean
Get Printed.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Rule_ID
(int AD_Rule_ID) Set Rulevoid
setHR_Concept_ID
(int HR_Concept_ID) Set Payroll Conceptvoid
setHR_Payroll_ID
(int HR_Payroll_ID) Set Payrollvoid
setHR_PayrollConcept_ID
(int HR_PayrollConcept_ID) Set Payroll Conceptvoid
setHR_PayrollConcept_UU
(String HR_PayrollConcept_UU) Set HR_PayrollConcept_UUvoid
setIsActive
(boolean IsActive) Set Active.void
setIsDisplayed
(boolean IsDisplayed) Set Displayed.void
setIsInclude
(boolean IsInclude) Set Included.void
setIsPrinted
(boolean IsPrinted) Set Printed.void
Set Name.void
setSeqNo
(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
- 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
- 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
- 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
-