Uses of Class
org.compiere.model.MRegion
-
Packages that use MRegion Package Description org.compiere.model Provides for.... -
-
Uses of MRegion in org.compiere.model
Methods in org.compiere.model that return MRegion Modifier and Type Method Description static MRegion
MRegion. get(int C_Region_ID)
Get Country (cached)static MRegion
MRegion. get(Properties ctx, int C_Region_ID)
Get Country (immutable, cached)static MRegion
MRegion. getDefault()
Get Default Regionstatic MRegion
MRegion. getDefault(Properties ctx)
Deprecated.MRegion
MLocation. getRegion()
Get Regionstatic MRegion[]
MRegion. getRegions()
Return Regions as Arraystatic MRegion[]
MRegion. getRegions(int C_Country_ID)
Return Array of Regions of Countrystatic MRegion[]
MRegion. getRegions(Properties ctx)
Deprecated.static MRegion[]
MRegion. getRegions(Properties ctx, int C_Country_ID)
Deprecated.MRegion
MRegion. markImmutable()
Methods in org.compiere.model with parameters of type MRegion Modifier and Type Method Description void
MLocation. setRegion(MRegion region)
Set RegionConstructors in org.compiere.model with parameters of type MRegion Constructor Description MCity(MRegion region, String cityName)
Parent ConstructorMLocation(MCountry country, MRegion region)
Parent ConstructorMRegion(Properties ctx, MRegion copy)
MRegion(Properties ctx, MRegion copy, String trxName)
MRegion(MRegion copy)
-