org.zeroexchange.model.location
Class Country
java.lang.Object
org.zeroexchange.model.Persistent
org.zeroexchange.model.StringPKPersistent
org.zeroexchange.model.location.Country
- All Implemented Interfaces:
- Serializable, TitlesAware<Country,CountryStrings>, Identifiable<String>
@Entity
public class Country
- extends StringPKPersistent
- implements TitlesAware<Country,CountryStrings>
- Author:
- black
- See Also:
- Serialized Form
Country
public Country()
getCities
public Set<City> getCities()
setCities
public void setCities(Set<City> cities)
getTitles
public CountryStrings getTitles()
- Description copied from interface:
TitlesAware
- Returns associated titles.
- Specified by:
getTitles
in interface TitlesAware<Country,CountryStrings>
setTitles
public void setTitles(CountryStrings titles)
Copyright © 2013. All Rights Reserved.