Uses of Class
org.compiere.model.MAssetChange
-
Packages that use MAssetChange Package Description org.compiere.model Provides for.... -
-
Uses of MAssetChange in org.compiere.model
Methods in org.compiere.model that return MAssetChange Modifier and Type Method Description static MAssetChange
MAssetChange. create(Properties ctx, String changeType, PO[] pos, boolean save, String trxName)
static MAssetChange
MAssetChange. create(Properties ctx, String changeType, PO[] pos, String trxName)
static MAssetChange
MAssetChange. createAddition(MAssetAddition assetAdd, MDepreciationWorkfile assetwk)
static MAssetChange
MAssetChange. createAndSave(Properties ctx, String changeType, PO[] pos, String trxName)
TODOstatic MAssetChange
MAssetChange. get(Properties ctx, int A_Asset_ID, String changeType, String trxName, int C_AcctSchema_ID)
-