public interface CountrySubdivisionCategory extends Serializable
http://www.iso.org/iso/country_codes.htm
http://en.wikipedia.org/wiki/ISO_3166-2| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
String |
getName() |
void |
setId(Long id) |
void |
setName(String name) |
Copyright © 2016. All rights reserved.