Uses of Class
org.compiere.model.MResolution
-
Packages that use MResolution Package Description org.compiere.model Provides for.... -
-
Uses of MResolution in org.compiere.model
Methods in org.compiere.model that return MResolution Modifier and Type Method Description static MResolution
MResolution. get(int R_Resolution_ID)
Get MResolution from Cache (immutable)static MResolution
MResolution. get(Properties ctx, int R_Resolution_ID)
Get MResolution from Cache (immutable)static MResolution
MResolution. getCopy(Properties ctx, int R_Resolution_ID, String trxName)
Get updateable copy of MResolution from cacheMResolution
MRequest. getResolution()
Get Request ResolutionMResolution
MResolution. markImmutable()
Constructors in org.compiere.model with parameters of type MResolution Constructor Description MResolution(Properties ctx, MResolution copy)
MResolution(Properties ctx, MResolution copy, String trxName)
MResolution(MResolution copy)
-