Package org.eevolution.model
Interface I_HR_Attribute
-
- All Known Implementing Classes:
X_HR_Attribute
public interface I_HR_AttributeGenerated Interface for HR_Attribute- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Rule_IDColumn name AD_Rule_IDstatic StringCOLUMNNAME_AmountColumn name Amountstatic StringCOLUMNNAME_C_BPartner_IDColumn name C_BPartner_IDstatic StringCOLUMNNAME_ColumnTypeColumn name ColumnTypestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_HR_Attribute_AcctColumn name HR_Attribute_Acctstatic StringCOLUMNNAME_HR_Attribute_IDColumn name HR_Attribute_IDstatic StringCOLUMNNAME_HR_Attribute_UUColumn name HR_Attribute_UUstatic StringCOLUMNNAME_HR_Concept_IDColumn name HR_Concept_IDstatic StringCOLUMNNAME_HR_Department_IDColumn name HR_Department_IDstatic StringCOLUMNNAME_HR_Employee_IDColumn name HR_Employee_IDstatic StringCOLUMNNAME_HR_Job_IDColumn name HR_Job_IDstatic StringCOLUMNNAME_HR_Payroll_IDColumn name HR_Payroll_IDstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsPrintedColumn name IsPrintedstatic StringCOLUMNNAME_MaxValueColumn name MaxValuestatic StringCOLUMNNAME_MinValueColumn name MinValuestatic StringCOLUMNNAME_QtyColumn name Qtystatic StringCOLUMNNAME_ServiceDateColumn name ServiceDatestatic StringCOLUMNNAME_TextMsgColumn name TextMsgstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_ValidFromColumn name ValidFromstatic StringCOLUMNNAME_ValidToColumn name ValidTostatic KeyNamePairModelstatic intTable_IDAD_Table_ID=53087static StringTable_NameTableName=HR_Attribute
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_RulegetAD_Rule()intgetAD_Rule_ID()Get RuleBigDecimalgetAmount()Get Amount.I_C_BPartnergetC_BPartner()intgetC_BPartner_ID()Get Business Partner.StringgetColumnType()Get Column TypeTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.I_C_ValidCombinationgetHR_Attribute_A()intgetHR_Attribute_Acct()Get Payroll Attribute AccountintgetHR_Attribute_ID()Get Payroll Employee AttributeStringgetHR_Attribute_UU()Get HR_Attribute_UUI_HR_ConceptgetHR_Concept()intgetHR_Concept_ID()Get Payroll ConceptI_HR_DepartmentgetHR_Department()intgetHR_Department_ID()Get Payroll DepartmentI_HR_EmployeegetHR_Employee()intgetHR_Employee_ID()Get Payroll EmployeeI_HR_JobgetHR_Job()intgetHR_Job_ID()Get Payroll JobI_HR_PayrollgetHR_Payroll()intgetHR_Payroll_ID()Get PayrollintgetMaxValue()Get Max ValueintgetMinValue()Get Min ValueBigDecimalgetQty()Get Quantity.TimestampgetServiceDate()Get Service date.StringgetTextMsg()Get Text Message.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.TimestampgetValidFrom()Get Valid from.TimestampgetValidTo()Get Valid to.booleanisActive()Get Active.booleanisPrinted()Get Printed.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Rule_ID(int AD_Rule_ID)Set RulevoidsetAmount(BigDecimal Amount)Set Amount.voidsetC_BPartner_ID(int C_BPartner_ID)Set Business Partner.voidsetColumnType(String ColumnType)Set Column TypevoidsetDescription(String Description)Set Description.voidsetHR_Attribute_Acct(int HR_Attribute_Acct)Set Payroll Attribute AccountvoidsetHR_Attribute_ID(int HR_Attribute_ID)Set Payroll Employee AttributevoidsetHR_Attribute_UU(String HR_Attribute_UU)Set HR_Attribute_UUvoidsetHR_Concept_ID(int HR_Concept_ID)Set Payroll ConceptvoidsetHR_Department_ID(int HR_Department_ID)Set Payroll DepartmentvoidsetHR_Employee_ID(int HR_Employee_ID)Set Payroll EmployeevoidsetHR_Job_ID(int HR_Job_ID)Set Payroll JobvoidsetHR_Payroll_ID(int HR_Payroll_ID)Set PayrollvoidsetIsActive(boolean IsActive)Set Active.voidsetIsPrinted(boolean IsPrinted)Set Printed.voidsetMaxValue(int MaxValue)Set Max ValuevoidsetMinValue(int MinValue)Set Min ValuevoidsetQty(BigDecimal Qty)Set Quantity.voidsetServiceDate(Timestamp ServiceDate)Set Service date.voidsetTextMsg(String TextMsg)Set Text Message.voidsetValidFrom(Timestamp ValidFrom)Set Valid from.voidsetValidTo(Timestamp ValidTo)Set Valid to.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=HR_Attribute- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53087- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Rule_ID
static final String COLUMNNAME_AD_Rule_ID
Column name AD_Rule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Amount
static final String COLUMNNAME_Amount
Column name Amount- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ColumnType
static final String COLUMNNAME_ColumnType
Column name ColumnType- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_HR_Attribute_Acct
static final String COLUMNNAME_HR_Attribute_Acct
Column name HR_Attribute_Acct- See Also:
- Constant Field Values
-
COLUMNNAME_HR_Attribute_ID
static final String COLUMNNAME_HR_Attribute_ID
Column name HR_Attribute_ID- See Also:
- Constant Field Values
-
COLUMNNAME_HR_Attribute_UU
static final String COLUMNNAME_HR_Attribute_UU
Column name HR_Attribute_UU- See Also:
- Constant Field Values
-
COLUMNNAME_HR_Concept_ID
static final String COLUMNNAME_HR_Concept_ID
Column name HR_Concept_ID- See Also:
- Constant Field Values
-
COLUMNNAME_HR_Department_ID
static final String COLUMNNAME_HR_Department_ID
Column name HR_Department_ID- See Also:
- Constant Field Values
-
COLUMNNAME_HR_Employee_ID
static final String COLUMNNAME_HR_Employee_ID
Column name HR_Employee_ID- See Also:
- Constant Field Values
-
COLUMNNAME_HR_Job_ID
static final String COLUMNNAME_HR_Job_ID
Column name HR_Job_ID- See Also:
- Constant Field Values
-
COLUMNNAME_HR_Payroll_ID
static final String COLUMNNAME_HR_Payroll_ID
Column name HR_Payroll_ID- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsPrinted
static final String COLUMNNAME_IsPrinted
Column name IsPrinted- See Also:
- Constant Field Values
-
COLUMNNAME_MaxValue
static final String COLUMNNAME_MaxValue
Column name MaxValue- See Also:
- Constant Field Values
-
COLUMNNAME_MinValue
static final String COLUMNNAME_MinValue
Column name MinValue- See Also:
- Constant Field Values
-
COLUMNNAME_Qty
static final String COLUMNNAME_Qty
Column name Qty- See Also:
- Constant Field Values
-
COLUMNNAME_ServiceDate
static final String COLUMNNAME_ServiceDate
Column name ServiceDate- See Also:
- Constant Field Values
-
COLUMNNAME_TextMsg
static final String COLUMNNAME_TextMsg
Column name TextMsg- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_ValidFrom
static final String COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
- Constant Field Values
-
COLUMNNAME_ValidTo
static final String COLUMNNAME_ValidTo
Column name ValidTo- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_Rule_ID
void setAD_Rule_ID(int AD_Rule_ID)
Set Rule
-
getAD_Rule_ID
int getAD_Rule_ID()
Get Rule
-
getAD_Rule
I_AD_Rule getAD_Rule() throws RuntimeException
- Throws:
RuntimeException
-
setAmount
void setAmount(BigDecimal Amount)
Set Amount. Amount in a defined currency
-
getAmount
BigDecimal getAmount()
Get Amount. Amount in a defined currency
-
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
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
setColumnType
void setColumnType(String ColumnType)
Set Column Type
-
getColumnType
String getColumnType()
Get Column Type
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setHR_Attribute_Acct
void setHR_Attribute_Acct(int HR_Attribute_Acct)
Set Payroll Attribute Account
-
getHR_Attribute_Acct
int getHR_Attribute_Acct()
Get Payroll Attribute Account
-
getHR_Attribute_A
I_C_ValidCombination getHR_Attribute_A() throws RuntimeException
- Throws:
RuntimeException
-
setHR_Attribute_ID
void setHR_Attribute_ID(int HR_Attribute_ID)
Set Payroll Employee Attribute
-
getHR_Attribute_ID
int getHR_Attribute_ID()
Get Payroll Employee Attribute
-
setHR_Attribute_UU
void setHR_Attribute_UU(String HR_Attribute_UU)
Set HR_Attribute_UU
-
getHR_Attribute_UU
String getHR_Attribute_UU()
Get HR_Attribute_UU
-
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
I_HR_Concept getHR_Concept() throws RuntimeException
- Throws:
RuntimeException
-
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
I_HR_Department getHR_Department() throws RuntimeException
- 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
I_HR_Employee getHR_Employee() throws RuntimeException
- 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
I_HR_Job getHR_Job() throws RuntimeException
- 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
I_HR_Payroll getHR_Payroll() throws RuntimeException
- 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
-
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
-
setMaxValue
void setMaxValue(int MaxValue)
Set Max Value
-
getMaxValue
int getMaxValue()
Get Max Value
-
setMinValue
void setMinValue(int MinValue)
Set Min Value
-
getMinValue
int getMinValue()
Get Min Value
-
setQty
void setQty(BigDecimal Qty)
Set Quantity. Quantity
-
getQty
BigDecimal getQty()
Get Quantity. Quantity
-
setServiceDate
void setServiceDate(Timestamp ServiceDate)
Set Service date. Date service was provided
-
getServiceDate
Timestamp getServiceDate()
Get Service date. Date service was provided
-
setTextMsg
void setTextMsg(String TextMsg)
Set Text Message. Text Message
-
getTextMsg
String getTextMsg()
Get Text Message. Text Message
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValidFrom
void setValidFrom(Timestamp ValidFrom)
Set Valid from. Valid from including this date (first day)
-
getValidFrom
Timestamp getValidFrom()
Get Valid from. Valid from including this date (first day)
-
setValidTo
void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)
-
getValidTo
Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)
-
-