Interface SetGetModel

All Known Implementing Classes:
MAssetGroupAcct, MDepreciationWorkfile

public interface SetGetModel
Set Get interface for model
Author:
Teo Sarca, SC ARHIPAC SERVICE SRL
  • 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

      boolean set_AttrValue(String name, Object value)
      Set column value
      Parameters:
      name - column name
      value -
      Returns:
      true if successfully set
    • get_AttrValue

      Object get_AttrValue(String name)
      Get column value
      Parameters:
      name - column name
      Returns:
      column value
    • is_AttrValueChanged

      boolean is_AttrValueChanged(String ColumnName)
      Is column change
      Parameters:
      ColumnName -
      Returns:
      true if column has change