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 MDepreciationConvention
MDepreciationConvention. get(int A_Depreciation_Convention_ID)
Get MDepreciationConvention from cache (immutable)static MDepreciationConvention
MDepreciationConvention. get(Properties ctx, int A_Depreciation_Convention_ID)
Get MDepreciationConvention from cache (immutable)MDepreciationConvention
MDepreciationConvention. 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)
-