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 MCountryMCountry. get(int C_Country_ID)Get Country (cached) (immutable)static MCountryMCountry. 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.MCountryMLocation. getCountry()Get Country (immutable)static MCountryMCountry. getDefault()Get Default Country (immutable)static MCountryMCountry. getDefault(Properties ctx)Deprecated.MCountryMCountry. markImmutable()Methods in org.compiere.model with parameters of type MCountry Modifier and Type Method Description voidMLocation. 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
-