Uses of Class
org.compiere.model.MAsset
Packages that use 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
Methods in org.compiere.model that return MAssetModifier 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) Methods in org.compiere.model that return types with arguments of type MAssetModifier 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.Methods in org.compiere.model with parameters of type MAssetModifier and TypeMethodDescriptionstatic boolean
MAssetType.isFixedAsset
(MAsset asset) void
Set assetvoid
MAssetProduct.updateAsset
(MAsset asset) Update given asset.Constructors in org.compiere.model with parameters of type MAssetModifierConstructorDescriptionMAsset
(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)