Package org.compiere.model
Interface SetGetModel
- All Known Implementing Classes:
MAssetGroupAcct
,MDepreciationWorkfile
public interface SetGetModel
Set Get interface for model
- Author:
- Teo Sarca, SC ARHIPAC SERVICE SRL
-
Method Summary
Modifier and TypeMethodDescriptionget_AttrValue
(String name) Get column valueint
Get table idGet table nameGet transaction namegetCtx()
Get session contextboolean
is_AttrValueChanged
(String ColumnName) Is column changeboolean
set_AttrValue
(String name, Object value) Set column value
-
Method Details
-
getCtx
Properties getCtx()Get session context- Returns:
- session context
-
get_TrxName
String get_TrxName()Get transaction name- Returns:
- transaction name
-
get_Table_ID
int get_Table_ID()Get table id- Returns:
- AD_Table_ID
-
get_TableName
String get_TableName()Get table name- Returns:
- table name
-
set_AttrValue
Set column value- Parameters:
name
- column namevalue
-- Returns:
- true if successfully set
-
get_AttrValue
Get column value- Parameters:
name
- column name- Returns:
- column value
-
is_AttrValueChanged
Is column change- Parameters:
ColumnName
-- Returns:
- true if column has change
-