Uses of Class
org.compiere.model.MAssetAcct
-
Packages that use MAssetAcct Package Description org.compiere.model Provides for.... -
-
Uses of MAssetAcct in org.compiere.model
Methods in org.compiere.model that return MAssetAcct Modifier and Type Method Description static MAssetAcct
MAssetAcct. forA_Asset_ID(Properties ctx, int C_AcctSchema_ID, int A_Asset_ID, String postingType, Timestamp dateAcct, String trxName)
Get asset accounting.static MAssetAcct
MAssetAcct. get(int A_Asset_Acct_ID)
Get Asset Accounting (from cache) (immutable)static MAssetAcct
MAssetAcct. get(Properties ctx, int A_Asset_Acct_ID)
Get Asset Accounting (from cache) (immutable)MAssetAcct
MDepreciationWorkfile. getA_AssetAcct(Timestamp dateAcct, String trxName)
Get Asset Accounting for this workfileMAssetAcct
MAssetAcct. markImmutable()
Methods in org.compiere.model with parameters of type MAssetAcct Modifier and Type Method Description boolean
MDepreciation. canInvoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep)
Check if the method can be invoked to give parametersBigDecimal
MDepreciation. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep, IDepreciationMethod depreciationMethod)
Calculate the value of depreciation over timeBigDecimal
MDepreciationConvention. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int Flag, int Period)
BigDecimal
MDepreciationMethod. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, BigDecimal A_Asset_Adjustment, int A_PeriodNo)
Calculate adjustmentConstructors in org.compiere.model with parameters of type MAssetAcct Constructor Description MAssetAcct(Properties ctx, MAssetAcct copy)
MAssetAcct(Properties ctx, MAssetAcct copy, String trxName)
MAssetAcct(MAssetAcct copy)
-