Uses of Class
org.compiere.model.MCountry
-
Packages that use MCountry Package Description org.compiere.model Provides for.... -
-
Uses of MCountry in org.compiere.model
Methods in org.compiere.model that return MCountry Modifier and Type Method Description static MCountry
MCountry. get(int C_Country_ID)
Get Country (cached) (immutable)static MCountry
MCountry. get(Properties ctx, int C_Country_ID)
Get Country (Immutable, cached)static MCountry[]
MCountry. getCountries()
Return Countries as Arraystatic MCountry[]
MCountry. getCountries(Properties ctx)
Deprecated.MCountry
MLocation. getCountry()
Get Country (immutable)static MCountry
MCountry. getDefault()
Get Default Country (immutable)static MCountry
MCountry. getDefault(Properties ctx)
Deprecated.MCountry
MCountry. markImmutable()
Methods in org.compiere.model with parameters of type MCountry Modifier and Type Method Description void
MLocation. setCountry(MCountry country)
Set CountryConstructors in org.compiere.model with parameters of type MCountry Constructor Description MCountry(Properties ctx, MCountry copy)
MCountry(Properties ctx, MCountry copy, String trxName)
MCountry(MCountry copy)
MLocation(MCountry country, MRegion region)
Parent ConstructorMRegion(MCountry country, String regionName)
Parent Constructor
-