Uses of Class
org.compiere.model.MAssetGroup
-
Packages that use MAssetGroup Package Description org.compiere.model Provides for.... -
-
Uses of MAssetGroup in org.compiere.model
Methods in org.compiere.model that return MAssetGroup Modifier and Type Method Description static MAssetGroupMAssetGroup. get(int A_Asset_Group_ID)Get Asset Group [CACHE]static MAssetGroupMAssetGroup. get(Properties ctx, int A_Asset_Group_ID)Get Asset Group [CACHE]MAssetGroupMAsset. getAssetGroup()static MAssetGroupMAssetGroup. getCopy(Properties ctx, int A_Asset_Group_ID, String trxName)Get updateable copy of MAssetGroup from cacheMAssetGroupMAssetGroupAcct. getParent()Get Asset GroupMAssetGroupMAssetGroup. markImmutable()Methods in org.compiere.model with parameters of type MAssetGroup Modifier and Type Method Description MAssetGroupAcctMAssetGroupAcct. copy(MAssetGroup grp)Clone this object, using specified groupvoidMAsset. setAssetGroup(MAssetGroup assetGroup)Set Asset Group; also it sets other default fieldsConstructors in org.compiere.model with parameters of type MAssetGroup Constructor Description MAssetGroup(Properties ctx, MAssetGroup copy)MAssetGroup(Properties ctx, MAssetGroup copy, String trxName)MAssetGroup(MAssetGroup copy)
-