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 MAssetAcctMAssetAcct. forA_Asset_ID(Properties ctx, int C_AcctSchema_ID, int A_Asset_ID, String postingType, Timestamp dateAcct, String trxName)Get asset accounting.static MAssetAcctMAssetAcct. get(int A_Asset_Acct_ID)Get Asset Accounting (from cache) (immutable)static MAssetAcctMAssetAcct. get(Properties ctx, int A_Asset_Acct_ID)Get Asset Accounting (from cache) (immutable)MAssetAcctMDepreciationWorkfile. getA_AssetAcct(Timestamp dateAcct, String trxName)Get Asset Accounting for this workfileMAssetAcctMAssetAcct. markImmutable()Methods in org.compiere.model with parameters of type MAssetAcct Modifier and Type Method Description booleanMDepreciation. canInvoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep)Check if the method can be invoked to give parametersBigDecimalMDepreciation. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep, IDepreciationMethod depreciationMethod)Calculate the value of depreciation over timeBigDecimalMDepreciationConvention. invoke(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int Flag, int Period)BigDecimalMDepreciationMethod. 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)
-