Uses of Class
org.compiere.model.MAssetChange
Packages that use MAssetChange
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 MAssetChange in org.compiere.model
Methods in org.compiere.model that return MAssetChangeModifier and TypeMethodDescriptionstatic MAssetChangeMAssetChange.create(Properties ctx, String changeType, PO[] pos, boolean save, String trxName) static MAssetChangeMAssetChange.create(Properties ctx, String changeType, PO[] pos, String trxName) static MAssetChangeMAssetChange.createAddition(MAssetAddition assetAdd, MDepreciationWorkfile assetwk) Create and save new MAssetChange recordstatic MAssetChangeMAssetChange.createAndSave(Properties ctx, String changeType, PO[] pos, String trxName) TODOstatic MAssetChangeMAssetChange.get(Properties ctx, int A_Asset_ID, String changeType, String trxName, int C_AcctSchema_ID)