Uses of Class
org.compiere.model.MDepreciation
-
Packages that use MDepreciation Package Description org.compiere.model Provides for.... -
-
Uses of MDepreciation in org.compiere.model
Methods in org.compiere.model that return MDepreciation Modifier and Type Method Description static MDepreciation
MDepreciation. get(int A_Depreciation_ID)
Get Depreciation method from cachestatic MDepreciation
MDepreciation. get(String depreciationType)
Get Depreciation methodstatic MDepreciation
MDepreciation. get(Properties ctx, int A_Depreciation_ID)
Get Depreciation method from cachestatic MDepreciation
MDepreciation. get(Properties ctx, String depreciationType)
Get Depreciation method (immutable)MDepreciation
MDepreciation. markImmutable()
Methods in org.compiere.model with parameters of type MDepreciation Modifier and Type Method Description int
MDepreciationWorkfile. getRemainingPeriods(int A_Current_Period, MDepreciation method)
Constructors in org.compiere.model with parameters of type MDepreciation Constructor Description MDepreciation(Properties ctx, MDepreciation copy)
MDepreciation(Properties ctx, MDepreciation copy, String trxName)
MDepreciation(MDepreciation copy)
-