public interface State
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbbreviation() |
Country |
getCountry() |
java.lang.String |
getName() |
void |
setAbbreviation(java.lang.String abbreviation) |
void |
setCountry(Country country) |
void |
setName(java.lang.String name) |
Copyright © 2018. All Rights Reserved.