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 MAssetGroup
MAssetGroup. get(int A_Asset_Group_ID)
Get Asset Group [CACHE]static MAssetGroup
MAssetGroup. get(Properties ctx, int A_Asset_Group_ID)
Get Asset Group [CACHE]MAssetGroup
MAsset. getAssetGroup()
static MAssetGroup
MAssetGroup. getCopy(Properties ctx, int A_Asset_Group_ID, String trxName)
Get updateable copy of MAssetGroup from cacheMAssetGroup
MAssetGroupAcct. getParent()
Get Asset GroupMAssetGroup
MAssetGroup. markImmutable()
Methods in org.compiere.model with parameters of type MAssetGroup Modifier and Type Method Description MAssetGroupAcct
MAssetGroupAcct. copy(MAssetGroup grp)
Clone this object, using specified groupvoid
MAsset. 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)
-