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