Uses of Class
dev.vality.damsel.domain.Country
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of Country in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Country Modifier and Type Field Description CountryCountryObject. dataMethods in dev.vality.damsel.domain that return Country Modifier and Type Method Description CountryCountry. deepCopy()CountryCountryObject. getData()CountryCountry. setName(String name)CountryCountry. setTradeBlocs(Set<TradeBlocRef> trade_blocs)Methods in dev.vality.damsel.domain with parameters of type Country Modifier and Type Method Description intCountry. compareTo(Country other)booleanCountry. equals(Country that)CountryObjectCountryObject. setData(Country data)Constructors in dev.vality.damsel.domain with parameters of type Country Constructor Description Country(Country other)Performs a deep copy on other.CountryObject(CountryRef ref, Country data)