Uses of Class
org.compiere.model.MAssetAcct
Packages that use 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
Methods in org.compiere.model that return MAssetAcctModifier 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()
Methods in org.compiere.model with parameters of type MAssetAcctModifier 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 adjustmentConstructors in org.compiere.model with parameters of type MAssetAcctModifierConstructorDescriptionMAssetAcct
(Properties ctx, MAssetAcct copy) Copy constructorMAssetAcct
(Properties ctx, MAssetAcct copy, String trxName) Copy constructorMAssetAcct
(MAssetAcct copy) Copy constructor