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 MDepreciationMDepreciation. get(int A_Depreciation_ID)Get Depreciation method from cachestatic MDepreciationMDepreciation. get(String depreciationType)Get Depreciation methodstatic MDepreciationMDepreciation. get(Properties ctx, int A_Depreciation_ID)Get Depreciation method from cachestatic MDepreciationMDepreciation. get(Properties ctx, String depreciationType)Get Depreciation method (immutable)MDepreciationMDepreciation. markImmutable()Methods in org.compiere.model with parameters of type MDepreciation Modifier and Type Method Description intMDepreciationWorkfile. 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)
-