Uses of Class
org.compiere.model.MAssetAcct
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 MAssetAcct in org.compiere.model
Modifier and TypeMethodDescriptionstatic 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)MDepreciationWorkfile.getA_AssetAcct
(Timestamp dateAcct, String trxName) Get Asset Accounting for this workfileMAssetAcct.markImmutable()
Modifier and TypeMethodDescriptionboolean
MDepreciation.canInvoke
(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep) Check if the method can be invoked to give parameters.MDepreciation.invoke
(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int A_Current_Period, BigDecimal Accum_Dep, IDepreciationMethod depreciationMethod) Calculate the value of depreciation over timeMDepreciationConvention.invoke
(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, int Flag, int Period) MDepreciationMethod.invoke
(MDepreciationWorkfile assetwk, MAssetAcct assetAcct, BigDecimal A_Asset_Adjustment, int A_PeriodNo) Calculate adjustmentModifierConstructorDescriptionMAssetAcct
(Properties ctx, MAssetAcct copy) Copy constructorMAssetAcct
(Properties ctx, MAssetAcct copy, String trxName) Copy constructorMAssetAcct
(MAssetAcct copy) Copy constructor