public interface State extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAbbreviation() |
Country |
getCountry() |
String |
getName() |
void |
setAbbreviation(String abbreviation) |
void |
setCountry(Country country) |
void |
setName(String name) |
Copyright © 2014. All rights reserved.