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 MAsset
MAsset. get(Properties ctx, int A_Asset_ID, String trxName)
Get AssetMAsset
MAssetAddition. getA_Asset(boolean requery)
Get AssetMAsset
MAssetDisposed. getAsset()
MAsset
MDepreciationWorkfile. getAsset()
Get AssetMAsset
MDepreciationWorkfile. 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 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 boolean
MAssetType. isFixedAsset(MAsset asset)
void
MDepreciationWorkfile. setAsset(MAsset asset)
Set assetvoid
MAssetProduct. 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)
-