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