Package org.eevolution.model
Class X_HR_ListLine
java.lang.Object
org.compiere.model.PO
org.eevolution.model.X_HR_ListLine
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_Persistent
,Evaluatee
,I_HR_ListLine
Generated Model for HR_ListLine
- Version:
- Release 11 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
Fields inherited from interface org.eevolution.model.I_HR_ListLine
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_Col_1, COLUMNNAME_Col_2, COLUMNNAME_Col_3, COLUMNNAME_Col_4, COLUMNNAME_Col_5, COLUMNNAME_Col_6, COLUMNNAME_Col_7, COLUMNNAME_Col_8, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_HR_ListLine_ID, COLUMNNAME_HR_ListLine_UU, COLUMNNAME_HR_ListVersion_ID, COLUMNNAME_IsActive, COLUMNNAME_MaxValue, COLUMNNAME_MinValue, COLUMNNAME_Name, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name
-
Constructor Summary
ConstructorDescriptionX_HR_ListLine
(Properties ctx, int HR_ListLine_ID, String trxName) Standard ConstructorX_HR_ListLine
(Properties ctx, int HR_ListLine_ID, String trxName, String... virtualColumns) Standard ConstructorX_HR_ListLine
(Properties ctx, String HR_ListLine_UU, String trxName) Standard ConstructorX_HR_ListLine
(Properties ctx, String HR_ListLine_UU, String trxName, String... virtualColumns) Standard ConstructorX_HR_ListLine
(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected int
AccessLevelgetCol_1()
Get Col_1.getCol_2()
Get Col_2.getCol_3()
Get Col_3.getCol_4()
Get Col_4.getCol_5()
Get Col_5.getCol_6()
Get Col_6.getCol_7()
Get Col_7.getCol_8()
Get Col_8.int
Get Payroll List Line.Get HR_ListLine_UU.int
Get Payroll List Version.Get Record ID/ColumnNameGet Max Value.Get Min Value.getName()
Get Name.protected POInfo
initPO
(Properties ctx) Load Meta Datavoid
setCol_1
(BigDecimal Col_1) Set Col_1.void
setCol_2
(BigDecimal Col_2) Set Col_2.void
setCol_3
(BigDecimal Col_3) Set Col_3.void
setCol_4
(BigDecimal Col_4) Set Col_4.void
setCol_5
(BigDecimal Col_5) Set Col_5.void
setCol_6
(BigDecimal Col_6) Set Col_6.void
setCol_7
(BigDecimal Col_7) Set Col_7.void
setCol_8
(BigDecimal Col_8) Set Col_8.void
setHR_ListLine_ID
(int HR_ListLine_ID) Set Payroll List Line.void
setHR_ListLine_UU
(String HR_ListLine_UU) Set HR_ListLine_UU.void
setHR_ListVersion_ID
(int HR_ListVersion_ID) Set Payroll List Version.void
setMaxValue
(BigDecimal MaxValue) Set Max Value.void
setMinValue
(BigDecimal MinValue) Set Min Value.void
Set Name.toString()
String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Methods inherited from interface org.eevolution.model.I_HR_ListLine
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
Methods inherited from interface org.compiere.model.I_Persistent
save
-
Constructor Details
-
X_HR_ListLine
Standard Constructor -
X_HR_ListLine
Standard Constructor -
X_HR_ListLine
Standard Constructor -
X_HR_ListLine
public X_HR_ListLine(Properties ctx, String HR_ListLine_UU, String trxName, String... virtualColumns) Standard Constructor -
X_HR_ListLine
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 3 - Client - Org
-
initPO
Load Meta Data -
toString
Description copied from class:PO
String representation -
setCol_1
Set Col_1.- Specified by:
setCol_1
in interfaceI_HR_ListLine
- Parameters:
Col_1
- Col_1
-
getCol_1
Get Col_1.- Specified by:
getCol_1
in interfaceI_HR_ListLine
- Returns:
- Col_1
-
setCol_2
Set Col_2.- Specified by:
setCol_2
in interfaceI_HR_ListLine
- Parameters:
Col_2
- Col_2
-
getCol_2
Get Col_2.- Specified by:
getCol_2
in interfaceI_HR_ListLine
- Returns:
- Col_2
-
setCol_3
Set Col_3.- Specified by:
setCol_3
in interfaceI_HR_ListLine
- Parameters:
Col_3
- Col_3
-
getCol_3
Get Col_3.- Specified by:
getCol_3
in interfaceI_HR_ListLine
- Returns:
- Col_3
-
setCol_4
Set Col_4.- Specified by:
setCol_4
in interfaceI_HR_ListLine
- Parameters:
Col_4
- Col_4
-
getCol_4
Get Col_4.- Specified by:
getCol_4
in interfaceI_HR_ListLine
- Returns:
- Col_4
-
setCol_5
Set Col_5.- Specified by:
setCol_5
in interfaceI_HR_ListLine
- Parameters:
Col_5
- Col_5
-
getCol_5
Get Col_5.- Specified by:
getCol_5
in interfaceI_HR_ListLine
- Returns:
- Col_5
-
setCol_6
Set Col_6.- Specified by:
setCol_6
in interfaceI_HR_ListLine
- Parameters:
Col_6
- Col_6
-
getCol_6
Get Col_6.- Specified by:
getCol_6
in interfaceI_HR_ListLine
- Returns:
- Col_6
-
setCol_7
Set Col_7.- Specified by:
setCol_7
in interfaceI_HR_ListLine
- Parameters:
Col_7
- Col_7
-
getCol_7
Get Col_7.- Specified by:
getCol_7
in interfaceI_HR_ListLine
- Returns:
- Col_7
-
setCol_8
Set Col_8.- Specified by:
setCol_8
in interfaceI_HR_ListLine
- Parameters:
Col_8
- Col_8
-
getCol_8
Get Col_8.- Specified by:
getCol_8
in interfaceI_HR_ListLine
- Returns:
- Col_8
-
setHR_ListLine_ID
public void setHR_ListLine_ID(int HR_ListLine_ID) Set Payroll List Line.- Specified by:
setHR_ListLine_ID
in interfaceI_HR_ListLine
- Parameters:
HR_ListLine_ID
- Payroll List Line
-
getHR_ListLine_ID
public int getHR_ListLine_ID()Get Payroll List Line.- Specified by:
getHR_ListLine_ID
in interfaceI_HR_ListLine
- Returns:
- Payroll List Line
-
setHR_ListLine_UU
Set HR_ListLine_UU.- Specified by:
setHR_ListLine_UU
in interfaceI_HR_ListLine
- Parameters:
HR_ListLine_UU
- HR_ListLine_UU
-
getHR_ListLine_UU
Get HR_ListLine_UU.- Specified by:
getHR_ListLine_UU
in interfaceI_HR_ListLine
- Returns:
- HR_ListLine_UU
-
getHR_ListVersion
- Specified by:
getHR_ListVersion
in interfaceI_HR_ListLine
- Throws:
RuntimeException
-
setHR_ListVersion_ID
public void setHR_ListVersion_ID(int HR_ListVersion_ID) Set Payroll List Version.- Specified by:
setHR_ListVersion_ID
in interfaceI_HR_ListLine
- Parameters:
HR_ListVersion_ID
- Payroll List Version
-
getHR_ListVersion_ID
public int getHR_ListVersion_ID()Get Payroll List Version.- Specified by:
getHR_ListVersion_ID
in interfaceI_HR_ListLine
- Returns:
- Payroll List Version
-
setMaxValue
Set Max Value.- Specified by:
setMaxValue
in interfaceI_HR_ListLine
- Parameters:
MaxValue
- Max Value
-
getMaxValue
Get Max Value.- Specified by:
getMaxValue
in interfaceI_HR_ListLine
- Returns:
- Max Value
-
setMinValue
Set Min Value.- Specified by:
setMinValue
in interfaceI_HR_ListLine
- Parameters:
MinValue
- Min Value
-
getMinValue
Get Min Value.- Specified by:
getMinValue
in interfaceI_HR_ListLine
- Returns:
- Min Value
-
setName
Set Name.- Specified by:
setName
in interfaceI_HR_ListLine
- Parameters:
Name
- Alphanumeric identifier of the entity
-
getName
Get Name.- Specified by:
getName
in interfaceI_HR_ListLine
- Returns:
- Alphanumeric identifier of the entity
-
getKeyNamePair
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-