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