Uses of Class
org.compiere.model.MAssetGroup
Packages that use MAssetGroup
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 MAssetGroup in org.compiere.model
Methods in org.compiere.model that return MAssetGroupModifier and TypeMethodDescriptionstatic MAssetGroupMAssetGroup.get(int A_Asset_Group_ID) Get Asset Group [cache, immutable]static MAssetGroupMAssetGroup.get(Properties ctx, int A_Asset_Group_ID) Get Asset Group [cache, immutable]MAsset.getAssetGroup()static MAssetGroupMAssetGroup.getCopy(Properties ctx, int A_Asset_Group_ID, String trxName) Get updateable copy of MAssetGroup from cacheMAssetGroupAcct.getParent()Get Asset GroupMAssetGroup.markImmutable()Methods in org.compiere.model with parameters of type MAssetGroupModifier and TypeMethodDescriptionMAssetGroupAcct.copy(MAssetGroup grp) Clone this object, using specified groupvoidMAsset.setAssetGroup(MAssetGroup assetGroup) Set Asset GroupConstructors in org.compiere.model with parameters of type MAssetGroupModifierConstructorDescriptionMAssetGroup(Properties ctx, MAssetGroup copy) Copy constructorMAssetGroup(Properties ctx, MAssetGroup copy, String trxName) Copy constructorMAssetGroup(MAssetGroup copy) Copy constructor