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