Uses of Class
org.compiere.model.MAsset
-
Packages that use MAsset Package Description org.compiere.model Provides for.... -
-
Uses of MAsset in org.compiere.model
Methods in org.compiere.model that return MAsset Modifier and Type Method Description static MAssetMAsset. get(Properties ctx, int A_Asset_ID, String trxName)Get AssetMAssetMAssetAddition. getA_Asset(boolean requery)Get AssetMAssetMAssetDisposed. getAsset()MAssetMDepreciationWorkfile. getAsset()Get AssetMAssetMDepreciationWorkfile. getAsset(boolean requery)Get asset using this trxNamestatic MAssetMAsset. getFromShipment(Properties ctx, int i, String trxName)Methods in org.compiere.model that return types with arguments of type MAsset Modifier and Type Method Description static 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 MAsset Modifier and Type Method Description static booleanMAssetType. isFixedAsset(MAsset asset)voidMDepreciationWorkfile. setAsset(MAsset asset)Set assetvoidMAssetProduct. updateAsset(MAsset asset)Update given asset.Constructors in org.compiere.model with parameters of type MAsset Constructor Description MAsset(Properties ctx, MAsset copy)MAsset(Properties ctx, MAsset copy, String trxName)MAsset(MAsset copy)MAssetAcct(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)
-