Uses of Interface
org.compiere.model.SetGetModel
Packages that use 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
Classes in org.compiere.model that implement SetGetModelModifier and TypeClassDescriptionclassAsset Group Accounting ModelclassDepreciation Workfile ModelMethods in org.compiere.model that return SetGetModelModifier and TypeMethodDescriptionstatic SetGetModelWrap given object (if possible) to SetGetModelMethods in org.compiere.model with parameters of type SetGetModelModifier and TypeMethodDescriptionstatic voidSetGetUtil.appendValue(SetGetModel model, String columnName, String value) Append value to column (with " | " as separator between existing value and "value")static BigDecimalMConversionRateUtil.convertBase(SetGetModel model, String DateName, String SourceAmtName, String AmtName, String changedColumnName) Convert an amount to base currency and update model fields (CurrencyRate, "AmtName").static booleanSetGetUtil.copyValues(SetGetModel to, String from_tableName, int from_id, String[] includeFields) Update "to" with values from querystatic BigDecimalSetGetUtil.get_AttrValueAsBigDecimal(SetGetModel model, String name) Get Value as BigDecimalstatic booleanSetGetUtil.get_AttrValueAsBoolean(SetGetModel model, String name) Get Value as Booleanstatic TimestampSetGetUtil.get_AttrValueAsDate(SetGetModel model, String name) Get Value as Timestampstatic intSetGetUtil.get_AttrValueAsInt(SetGetModel model, String name) Get Value as integerstatic StringSetGetUtil.get_AttrValueAsString(SetGetModel model, String name, String valueIfNull) Get Value as Stringstatic intMAssetGroup.getDefault_ID(SetGetModel m) Get default asset group ID for given model.static booleanSetGetUtil.is_ValueChanged(SetGetModel model, String... propertyNames) Is any of the column changestatic voidSetGetUtil.set_AttrValueEx(SetGetModel model, String name, Object value) Set Attribute Valuestatic voidSetGetUtil.setLineNo(SetGetModel model, String parentColumnName, String lineColumnName) Set model's Line#static booleanMAssetAddition.setM_MatchInv(SetGetModel model, int M_MatchInv_ID) Copy fields from MatchInv+InvoiceLine+InOutLinebooleanMAssetType.update(SetGetModel model, boolean useDefaults) Update the given SetGetModel; Does not set A_Asset_Type_IDstatic voidMAssetGroup.updateAsset(SetGetModel m, int A_Asset_Group_ID) Update Asset
- updates asset M_AssetGroup_ID if is nullstatic voidSetGetUtil.updateColumns(SetGetModel[] models, String[] columnNames, String sql, Object[] params, String trxName) Update columns from the result of the given query.static voidSetGetUtil.updateColumns(SetGetModel[] models, String[] columnNames, ResultSet rs) Update columns from result setstatic voidSetGetUtil.updateColumns(SetGetModel model, String[] columnNames, String sql, Object[] params, String trxName) Update columns from the result of the given query.static voidSetGetUtil.updateColumns(SetGetModel model, String[] columnNames, String sql, String trxName) Update columns from the result of the given query.static voidSetGetUtil.updateColumns(SetGetModel model, String[] columnNames, ResultSet rs) Update columns from first row of result setstatic voidMDepreciationWorkfile.updateFinantare(SetGetModel m, String changedColumnName) Update Funding Mode related fields