Package org.eevolution.model
Interface I_HR_Concept
-
- All Known Implementing Classes:
X_HR_Concept
public interface I_HR_Concept
Generated Interface for HR_Concept- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 7 - System - Client - Orgstatic String
COLUMNNAME_AccountSign
Column name AccountSignstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Reference_ID
Column name AD_Reference_IDstatic String
COLUMNNAME_ColumnType
Column name ColumnTypestatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_HR_Concept_Category_ID
Column name HR_Concept_Category_IDstatic String
COLUMNNAME_HR_Concept_ID
Column name HR_Concept_IDstatic String
COLUMNNAME_HR_Concept_UU
Column name HR_Concept_UUstatic String
COLUMNNAME_HR_Department_ID
Column name HR_Department_IDstatic String
COLUMNNAME_HR_Job_ID
Column name HR_Job_IDstatic String
COLUMNNAME_HR_Payroll_ID
Column name HR_Payroll_IDstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDefault
Column name IsDefaultstatic String
COLUMNNAME_IsEmployee
Column name IsEmployeestatic String
COLUMNNAME_IsPaid
Column name IsPaidstatic String
COLUMNNAME_IsPrinted
Column name IsPrintedstatic String
COLUMNNAME_IsReadWrite
Column name IsReadWritestatic String
COLUMNNAME_IsReceipt
Column name IsReceiptstatic String
COLUMNNAME_IsRegistered
Column name IsRegisteredstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Type
Column name Typestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_ValidFrom
Column name ValidFromstatic String
COLUMNNAME_ValidTo
Column name ValidTostatic String
COLUMNNAME_Value
Column name Valuestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53090static String
Table_Name
TableName=HR_Concept
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccountSign()
Get Account Sign.int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_Reference
getAD_Reference()
int
getAD_Reference_ID()
Get Reference.String
getColumnType()
Get Column TypeTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.I_HR_Concept_Category
getHR_Concept_Category()
int
getHR_Concept_Category_ID()
Get Payroll Concept Categoryint
getHR_Concept_ID()
Get Payroll ConceptString
getHR_Concept_UU()
Get HR_Concept_UUI_HR_Department
getHR_Department()
int
getHR_Department_ID()
Get Payroll DepartmentI_HR_Job
getHR_Job()
int
getHR_Job_ID()
Get Payroll JobI_HR_Payroll
getHR_Payroll()
int
getHR_Payroll_ID()
Get PayrollString
getName()
Get Name.int
getSeqNo()
Get Sequence.String
getType()
Get Type.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.Timestamp
getValidFrom()
Get Valid from.Timestamp
getValidTo()
Get Valid to.String
getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
isDefault()
Get Default.boolean
isEmployee()
Get Employee.boolean
isPaid()
Get Paid.boolean
isPrinted()
Get Printed.boolean
isReadWrite()
Get Read Write.boolean
isReceipt()
Get Receipt.boolean
isRegistered()
Get Registered.void
setAccountSign(String AccountSign)
Set Account Sign.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Reference_ID(int AD_Reference_ID)
Set Reference.void
setColumnType(String ColumnType)
Set Column Typevoid
setDescription(String Description)
Set Description.void
setHR_Concept_Category_ID(int HR_Concept_Category_ID)
Set Payroll Concept Categoryvoid
setHR_Concept_ID(int HR_Concept_ID)
Set Payroll Conceptvoid
setHR_Concept_UU(String HR_Concept_UU)
Set HR_Concept_UUvoid
setHR_Department_ID(int HR_Department_ID)
Set Payroll Departmentvoid
setHR_Job_ID(int HR_Job_ID)
Set Payroll Jobvoid
setHR_Payroll_ID(int HR_Payroll_ID)
Set Payrollvoid
setIsActive(boolean IsActive)
Set Active.void
setIsDefault(boolean IsDefault)
Set Default.void
setIsEmployee(boolean IsEmployee)
Set Employee.void
setIsPaid(boolean IsPaid)
Set Paid.void
setIsPrinted(boolean IsPrinted)
Set Printed.void
setIsReadWrite(boolean IsReadWrite)
Set Read Write.void
setIsReceipt(boolean IsReceipt)
Set Receipt.void
setIsRegistered(boolean IsRegistered)
Set Registered.void
setName(String Name)
Set Name.void
setSeqNo(int SeqNo)
Set Sequence.void
setType(String Type)
Set Type.void
setValidFrom(Timestamp ValidFrom)
Set Valid from.void
setValidTo(Timestamp ValidTo)
Set Valid to.void
setValue(String Value)
Set Search Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=HR_Concept- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53090- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AccountSign
static final String COLUMNNAME_AccountSign
Column name AccountSign- See Also:
- Constant Field Values
-
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_Reference_ID
static final String COLUMNNAME_AD_Reference_ID
Column name AD_Reference_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_Concept_Category_ID
static final String COLUMNNAME_HR_Concept_Category_ID
Column name HR_Concept_Category_ID- 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_Concept_UU
static final String COLUMNNAME_HR_Concept_UU
Column name HR_Concept_UU- 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_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_IsDefault
static final String COLUMNNAME_IsDefault
Column name IsDefault- See Also:
- Constant Field Values
-
COLUMNNAME_IsEmployee
static final String COLUMNNAME_IsEmployee
Column name IsEmployee- See Also:
- Constant Field Values
-
COLUMNNAME_IsPaid
static final String COLUMNNAME_IsPaid
Column name IsPaid- See Also:
- Constant Field Values
-
COLUMNNAME_IsPrinted
static final String COLUMNNAME_IsPrinted
Column name IsPrinted- See Also:
- Constant Field Values
-
COLUMNNAME_IsReadWrite
static final String COLUMNNAME_IsReadWrite
Column name IsReadWrite- See Also:
- Constant Field Values
-
COLUMNNAME_IsReceipt
static final String COLUMNNAME_IsReceipt
Column name IsReceipt- See Also:
- Constant Field Values
-
COLUMNNAME_IsRegistered
static final String COLUMNNAME_IsRegistered
Column name IsRegistered- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- See Also:
- Constant Field Values
-
COLUMNNAME_Type
static final String COLUMNNAME_Type
Column name Type- 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
-
COLUMNNAME_Value
static final String COLUMNNAME_Value
Column name Value- See Also:
- Constant Field Values
-
-
Method Detail
-
setAccountSign
void setAccountSign(String AccountSign)
Set Account Sign. Indicates the Natural Sign of the Account as a Debit or Credit
-
getAccountSign
String getAccountSign()
Get Account Sign. Indicates the Natural Sign of the Account as a Debit or Credit
-
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_Reference_ID
void setAD_Reference_ID(int AD_Reference_ID)
Set Reference. System Reference and Validation
-
getAD_Reference_ID
int getAD_Reference_ID()
Get Reference. System Reference and Validation
-
getAD_Reference
I_AD_Reference getAD_Reference() 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_Concept_Category_ID
void setHR_Concept_Category_ID(int HR_Concept_Category_ID)
Set Payroll Concept Category
-
getHR_Concept_Category_ID
int getHR_Concept_Category_ID()
Get Payroll Concept Category
-
getHR_Concept_Category
I_HR_Concept_Category getHR_Concept_Category() throws RuntimeException
- Throws:
RuntimeException
-
setHR_Concept_ID
void setHR_Concept_ID(int HR_Concept_ID)
Set Payroll Concept
-
getHR_Concept_ID
int getHR_Concept_ID()
Get Payroll Concept
-
setHR_Concept_UU
void setHR_Concept_UU(String HR_Concept_UU)
Set HR_Concept_UU
-
getHR_Concept_UU
String getHR_Concept_UU()
Get HR_Concept_UU
-
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_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
-
setIsDefault
void setIsDefault(boolean IsDefault)
Set Default. Default value
-
isDefault
boolean isDefault()
Get Default. Default value
-
setIsEmployee
void setIsEmployee(boolean IsEmployee)
Set Employee. Indicates if this Business Partner is an employee
-
isEmployee
boolean isEmployee()
Get Employee. Indicates if this Business Partner is an employee
-
setIsPaid
void setIsPaid(boolean IsPaid)
Set Paid. The document is paid
-
isPaid
boolean isPaid()
Get Paid. The document is paid
-
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
-
setIsReadWrite
void setIsReadWrite(boolean IsReadWrite)
Set Read Write. Field is read / write
-
isReadWrite
boolean isReadWrite()
Get Read Write. Field is read / write
-
setIsReceipt
void setIsReceipt(boolean IsReceipt)
Set Receipt. This is a sales transaction (receipt)
-
isReceipt
boolean isReceipt()
Get Receipt. This is a sales transaction (receipt)
-
setIsRegistered
void setIsRegistered(boolean IsRegistered)
Set Registered. The application is registered.
-
isRegistered
boolean isRegistered()
Get Registered. The application is registered.
-
setName
void setName(String Name)
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
-
setType
void setType(String Type)
Set Type. Type of Validation (SQL, Java Script, Java Language)
-
getType
String getType()
Get Type. Type of Validation (SQL, Java Script, Java Language)
-
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)
-
setValue
void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique
-
getValue
String getValue()
Get Search Key. Search key for the record in the format required - must be unique
-
-