Uses of Interface
org.compiere.model.SetGetModel
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of SetGetModel in org.compiere.model
Modifier and TypeClassDescriptionclass
Asset Group Accounting Modelclass
Depreciation Workfile ModelModifier and TypeMethodDescriptionstatic SetGetModel
Wrap given object (if possible) to SetGetModelModifier and TypeMethodDescriptionstatic void
SetGetUtil.appendValue
(SetGetModel model, String columnName, String value) Append value to column (with " | " as separator between existing value and "value")static BigDecimal
MConversionRateUtil.convertBase
(SetGetModel model, String DateName, String SourceAmtName, String AmtName, String changedColumnName) Convert an amount to base currency and update model fields (CurrencyRate, "AmtName").static boolean
SetGetUtil.copyValues
(SetGetModel to, String from_tableName, int from_id, String[] includeFields) Update "to" with values from querystatic BigDecimal
SetGetUtil.get_AttrValueAsBigDecimal
(SetGetModel model, String name) Get Value as BigDecimalstatic boolean
SetGetUtil.get_AttrValueAsBoolean
(SetGetModel model, String name) Get Value as Booleanstatic Timestamp
SetGetUtil.get_AttrValueAsDate
(SetGetModel model, String name) Get Value as Timestampstatic int
SetGetUtil.get_AttrValueAsInt
(SetGetModel model, String name) Get Value as integerstatic String
SetGetUtil.get_AttrValueAsString
(SetGetModel model, String name, String valueIfNull) Get Value as Stringstatic int
MAssetGroup.getDefault_ID
(SetGetModel m) Get default asset group ID for given model.static boolean
SetGetUtil.is_ValueChanged
(SetGetModel model, String... propertyNames) Is any of the column changestatic void
SetGetUtil.set_AttrValueEx
(SetGetModel model, String name, Object value) Set Attribute Valuestatic void
SetGetUtil.setLineNo
(SetGetModel model, String parentColumnName, String lineColumnName) Set model's Line#static boolean
MAssetAddition.setM_MatchInv
(SetGetModel model, int M_MatchInv_ID) Copy fields from MatchInv+InvoiceLine+InOutLineboolean
MAssetType.update
(SetGetModel model, boolean useDefaults) Update the given SetGetModel; Does not set A_Asset_Type_IDstatic void
MAssetGroup.updateAsset
(SetGetModel m, int A_Asset_Group_ID) Update Asset
- updates asset M_AssetGroup_ID if is nullstatic void
SetGetUtil.updateColumns
(SetGetModel[] models, String[] columnNames, String sql, Object[] params, String trxName) Update columns from the result of the given query.static void
SetGetUtil.updateColumns
(SetGetModel[] models, String[] columnNames, ResultSet rs) Update columns from result setstatic void
SetGetUtil.updateColumns
(SetGetModel model, String[] columnNames, String sql, Object[] params, String trxName) Update columns from the result of the given query.static void
SetGetUtil.updateColumns
(SetGetModel model, String[] columnNames, String sql, String trxName) Update columns from the result of the given query.static void
SetGetUtil.updateColumns
(SetGetModel model, String[] columnNames, ResultSet rs) Update columns from first row of result setstatic void
MDepreciationWorkfile.updateFinantare
(SetGetModel m, String changedColumnName) Update Funding Mode related fields