Uses of Class
org.compiere.model.MAsset
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 MAsset in org.compiere.model
Modifier and TypeMethodDescriptionstatic MAsset
MAsset.get
(Properties ctx, int A_Asset_ID, String trxName) Get AssetMAssetAddition.getA_Asset
(boolean requery) Get AssetMAssetDisposed.getAsset()
MDepreciationWorkfile.getAsset()
Get AssetMDepreciationWorkfile.getAsset
(boolean requery) Get asset using this trxNamestatic MAsset
MAsset.getFromShipment
(Properties ctx, int i, String trxName) Modifier and TypeMethodDescriptionstatic Collection<MAsset>
MAsset.forASI
(Properties ctx, int M_Product_ID, int M_ASI_ID) Get Assets from given M_Product_ID and M_ASI_ID.Modifier and TypeMethodDescriptionstatic boolean
MAssetType.isFixedAsset
(MAsset asset) void
Set assetvoid
MAssetProduct.updateAsset
(MAsset asset) Update given asset.ModifierConstructorDescriptionMAsset
(Properties ctx, MAsset copy) Copy constructorMAsset
(Properties ctx, MAsset copy, String trxName) Copy constructorCopy constructorMAssetAcct
(MAsset asset, MAssetGroupAcct assetgrpacct) Create new asset accounting from asset group accountingMAssetDelivery
(MAsset asset, javax.servlet.http.HttpServletRequest request, int AD_User_ID) Create Asset Delivery for HTTP RequestMAssetDelivery
(MAsset asset, EMail email, int AD_User_ID) Create Asset Delivery for EMailMDepreciationWorkfile
(MAsset asset, String postingType, MAssetGroupAcct assetgrpacct)