Package org.eevolution.model
Interface I_HR_ListLine
-
- All Known Implementing Classes:
X_HR_ListLine
public interface I_HR_ListLine
Generated Interface for HR_ListLine- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Col_1
Column name Col_1static String
COLUMNNAME_Col_2
Column name Col_2static String
COLUMNNAME_Col_3
Column name Col_3static String
COLUMNNAME_Col_4
Column name Col_4static String
COLUMNNAME_Col_5
Column name Col_5static String
COLUMNNAME_Col_6
Column name Col_6static String
COLUMNNAME_Col_7
Column name Col_7static String
COLUMNNAME_Col_8
Column name Col_8static String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_HR_ListLine_ID
Column name HR_ListLine_IDstatic String
COLUMNNAME_HR_ListLine_UU
Column name HR_ListLine_UUstatic String
COLUMNNAME_HR_ListVersion_ID
Column name HR_ListVersion_IDstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_MaxValue
Column name MaxValuestatic String
COLUMNNAME_MinValue
Column name MinValuestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53101static String
Table_Name
TableName=HR_ListLine
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.BigDecimal
getCol_1()
Get Col_1BigDecimal
getCol_2()
Get Col_2BigDecimal
getCol_3()
Get Col_3BigDecimal
getCol_4()
Get Col_4BigDecimal
getCol_5()
Get Col_5BigDecimal
getCol_6()
Get Col_6BigDecimal
getCol_7()
Get Col_7BigDecimal
getCol_8()
Get Col_8Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.int
getHR_ListLine_ID()
Get Payroll List LineString
getHR_ListLine_UU()
Get HR_ListLine_UUI_HR_ListVersion
getHR_ListVersion()
int
getHR_ListVersion_ID()
Get Payroll List VersionBigDecimal
getMaxValue()
Get Max ValueBigDecimal
getMinValue()
Get Min ValueString
getName()
Get Name.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setCol_1(BigDecimal Col_1)
Set Col_1void
setCol_2(BigDecimal Col_2)
Set Col_2void
setCol_3(BigDecimal Col_3)
Set Col_3void
setCol_4(BigDecimal Col_4)
Set Col_4void
setCol_5(BigDecimal Col_5)
Set Col_5void
setCol_6(BigDecimal Col_6)
Set Col_6void
setCol_7(BigDecimal Col_7)
Set Col_7void
setCol_8(BigDecimal Col_8)
Set Col_8void
setHR_ListLine_ID(int HR_ListLine_ID)
Set Payroll List Linevoid
setHR_ListLine_UU(String HR_ListLine_UU)
Set HR_ListLine_UUvoid
setHR_ListVersion_ID(int HR_ListVersion_ID)
Set Payroll List Versionvoid
setIsActive(boolean IsActive)
Set Active.void
setMaxValue(BigDecimal MaxValue)
Set Max Valuevoid
setMinValue(BigDecimal MinValue)
Set Min Valuevoid
setName(String Name)
Set Name.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=HR_ListLine- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53101- 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_Col_1
static final String COLUMNNAME_Col_1
Column name Col_1- See Also:
- Constant Field Values
-
COLUMNNAME_Col_2
static final String COLUMNNAME_Col_2
Column name Col_2- See Also:
- Constant Field Values
-
COLUMNNAME_Col_3
static final String COLUMNNAME_Col_3
Column name Col_3- See Also:
- Constant Field Values
-
COLUMNNAME_Col_4
static final String COLUMNNAME_Col_4
Column name Col_4- See Also:
- Constant Field Values
-
COLUMNNAME_Col_5
static final String COLUMNNAME_Col_5
Column name Col_5- See Also:
- Constant Field Values
-
COLUMNNAME_Col_6
static final String COLUMNNAME_Col_6
Column name Col_6- See Also:
- Constant Field Values
-
COLUMNNAME_Col_7
static final String COLUMNNAME_Col_7
Column name Col_7- See Also:
- Constant Field Values
-
COLUMNNAME_Col_8
static final String COLUMNNAME_Col_8
Column name Col_8- 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_HR_ListLine_ID
static final String COLUMNNAME_HR_ListLine_ID
Column name HR_ListLine_ID- See Also:
- Constant Field Values
-
COLUMNNAME_HR_ListLine_UU
static final String COLUMNNAME_HR_ListLine_UU
Column name HR_ListLine_UU- See Also:
- Constant Field Values
-
COLUMNNAME_HR_ListVersion_ID
static final String COLUMNNAME_HR_ListVersion_ID
Column name HR_ListVersion_ID- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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_Name
static final String COLUMNNAME_Name
Column name Name- 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
-
-
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
-
setCol_1
void setCol_1(BigDecimal Col_1)
Set Col_1
-
getCol_1
BigDecimal getCol_1()
Get Col_1
-
setCol_2
void setCol_2(BigDecimal Col_2)
Set Col_2
-
getCol_2
BigDecimal getCol_2()
Get Col_2
-
setCol_3
void setCol_3(BigDecimal Col_3)
Set Col_3
-
getCol_3
BigDecimal getCol_3()
Get Col_3
-
setCol_4
void setCol_4(BigDecimal Col_4)
Set Col_4
-
getCol_4
BigDecimal getCol_4()
Get Col_4
-
setCol_5
void setCol_5(BigDecimal Col_5)
Set Col_5
-
getCol_5
BigDecimal getCol_5()
Get Col_5
-
setCol_6
void setCol_6(BigDecimal Col_6)
Set Col_6
-
getCol_6
BigDecimal getCol_6()
Get Col_6
-
setCol_7
void setCol_7(BigDecimal Col_7)
Set Col_7
-
getCol_7
BigDecimal getCol_7()
Get Col_7
-
setCol_8
void setCol_8(BigDecimal Col_8)
Set Col_8
-
getCol_8
BigDecimal getCol_8()
Get Col_8
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setHR_ListLine_ID
void setHR_ListLine_ID(int HR_ListLine_ID)
Set Payroll List Line
-
getHR_ListLine_ID
int getHR_ListLine_ID()
Get Payroll List Line
-
setHR_ListLine_UU
void setHR_ListLine_UU(String HR_ListLine_UU)
Set HR_ListLine_UU
-
getHR_ListLine_UU
String getHR_ListLine_UU()
Get HR_ListLine_UU
-
setHR_ListVersion_ID
void setHR_ListVersion_ID(int HR_ListVersion_ID)
Set Payroll List Version
-
getHR_ListVersion_ID
int getHR_ListVersion_ID()
Get Payroll List Version
-
getHR_ListVersion
I_HR_ListVersion getHR_ListVersion() 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
-
setMaxValue
void setMaxValue(BigDecimal MaxValue)
Set Max Value
-
getMaxValue
BigDecimal getMaxValue()
Get Max Value
-
setMinValue
void setMinValue(BigDecimal MinValue)
Set Min Value
-
getMinValue
BigDecimal getMinValue()
Get Min Value
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-