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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 7 - System - Client - Orgstatic final String
Column name AccountSignstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Reference_IDstatic final String
Column name ColumnTypestatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name HR_Concept_Category_IDstatic final String
Column name HR_Concept_IDstatic final String
Column name HR_Concept_UUstatic final String
Column name HR_Department_IDstatic final String
Column name HR_Job_IDstatic final String
Column name HR_Payroll_IDstatic final String
Column name IsActivestatic final String
Column name IsDefaultstatic final String
Column name IsEmployeestatic final String
Column name IsPaidstatic final String
Column name IsPrintedstatic final String
Column name IsReadWritestatic final String
Column name IsReceiptstatic final String
Column name IsRegisteredstatic final String
Column name Namestatic final String
Column name SeqNostatic final String
Column name Typestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name ValidFromstatic final String
Column name ValidTostatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=53090static final String
TableName=HR_Concept -
Method Summary
Modifier and TypeMethodDescriptionGet Account Sign.int
Get Tenant.int
Get Organization.int
Get Reference.Get Column TypeGet Created.int
Get Created By.Get Description.int
Get Payroll Concept Categoryint
Get Payroll ConceptGet HR_Concept_UUint
Get Payroll Departmentint
Get Payroll Jobint
Get PayrollgetName()
Get Name.int
getSeqNo()
Get Sequence.getType()
Get Type.Get Updated.int
Get Updated By.Get Valid from.Get Valid to.getValue()
Get Search Key.boolean
isActive()
Get Active.boolean
Get Default.boolean
Get Employee.boolean
isPaid()
Get Paid.boolean
Get Printed.boolean
Get Read Write.boolean
Get Receipt.boolean
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
Set Name.void
setSeqNo
(int SeqNo) Set Sequence.void
Set Type.void
setValidFrom
(Timestamp ValidFrom) Set Valid from.void
setValidTo
(Timestamp ValidTo) Set Valid to.void
Set Search Key.
-
Field Details
-
Table_Name
TableName=HR_Concept- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53090- See Also:
-
Model
-
accessLevel
AccessLevel = 7 - System - Client - Org -
COLUMNNAME_AccountSign
Column name AccountSign- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Reference_ID
Column name AD_Reference_ID- See Also:
-
COLUMNNAME_ColumnType
Column name ColumnType- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_HR_Concept_Category_ID
Column name HR_Concept_Category_ID- See Also:
-
COLUMNNAME_HR_Concept_ID
Column name HR_Concept_ID- See Also:
-
COLUMNNAME_HR_Concept_UU
Column name HR_Concept_UU- See Also:
-
COLUMNNAME_HR_Department_ID
Column name HR_Department_ID- See Also:
-
COLUMNNAME_HR_Job_ID
Column name HR_Job_ID- See Also:
-
COLUMNNAME_HR_Payroll_ID
Column name HR_Payroll_ID- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_IsEmployee
Column name IsEmployee- See Also:
-
COLUMNNAME_IsPaid
Column name IsPaid- See Also:
-
COLUMNNAME_IsPrinted
Column name IsPrinted- See Also:
-
COLUMNNAME_IsReadWrite
Column name IsReadWrite- See Also:
-
COLUMNNAME_IsReceipt
Column name IsReceipt- See Also:
-
COLUMNNAME_IsRegistered
Column name IsRegistered- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_SeqNo
Column name SeqNo- See Also:
-
COLUMNNAME_Type
Column name Type- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
-
COLUMNNAME_ValidTo
Column name ValidTo- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
-
Method Details
-
setAccountSign
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 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_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
- Throws:
RuntimeException
-
setColumnType
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
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
- 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
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
- 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
- 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
- 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 fully paid -
isPaid
boolean isPaid()Get Paid. The document is fully 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
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
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
Set Valid from. Valid from including this date (first day) -
getValidFrom
Timestamp getValidFrom()Get Valid from. Valid from including this date (first day) -
setValidTo
Set Valid to. Valid to including this date (last day) -
getValidTo
Timestamp getValidTo()Get Valid to. Valid to including this date (last day) -
setValue
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
-