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 MDepreciationMethodMDepreciationMethod. get(int A_Depreciation_Method_ID)Get MDepreciationMethod from cache (immutable)static MDepreciationMethodMDepreciationMethod. get(String depreciationType)Get MDepreciationMethod from cachestatic MDepreciationMethodMDepreciationMethod. get(Properties ctx, int A_Depreciation_Method_ID)Get MDepreciationMethod from cache (immutable)static MDepreciationMethodMDepreciationMethod. get(Properties ctx, String depreciationType)Get MDepreciationMethod from cache (immutable)MDepreciationMethodMDepreciationMethod. 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)
-