Uses of Class
org.compiere.model.MAssetGroupAcct
-
Packages that use MAssetGroupAcct Package Description org.compiere.model Provides for.... -
-
Uses of MAssetGroupAcct in org.compiere.model
Methods in org.compiere.model that return MAssetGroupAcct Modifier and Type Method Description MAssetGroupAcct
MAssetGroupAcct. copy(MAssetGroup grp)
Clone this object, using specified groupstatic MAssetGroupAcct
MAssetGroupAcct. forA_Asset_Group_ID(Properties ctx, int A_Asset_Group_ID, String postingType, int C_AcctSchema_ID)
Get Asset Group Accountings for given groupMethods in org.compiere.model that return types with arguments of type MAssetGroupAcct Modifier and Type Method Description static List<MAssetGroupAcct>
MAssetGroupAcct. forA_Asset_Group_ID(Properties ctx, int A_Asset_Group_ID)
Get Asset Group Accountings for given groupstatic List<MAssetGroupAcct>
MAssetGroupAcct. forA_Asset_Group_ID(Properties ctx, int A_Asset_Group_ID, String postingType)
Get Asset Group Accountings for given groupConstructors in org.compiere.model with parameters of type MAssetGroupAcct Constructor Description MAssetAcct(MAsset asset, MAssetGroupAcct assetgrpacct)
Create new asset accounting from asset group accountingMDepreciationWorkfile(MAsset asset, String postingType, MAssetGroupAcct assetgrpacct)
-