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 MRegionMRegion. get(int C_Region_ID)Get Country (cached)static MRegionMRegion. get(Properties ctx, int C_Region_ID)Get Country (immutable, cached)static MRegionMRegion. getDefault()Get Default Regionstatic MRegionMRegion. getDefault(Properties ctx)Deprecated.MRegionMLocation. 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.MRegionMRegion. markImmutable()Methods in org.compiere.model with parameters of type MRegion Modifier and Type Method Description voidMLocation. 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)
-