public class State extends Object
| Constructor and Description |
|---|
State() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentLocation() |
List<StateStringItem> |
getStates() |
void |
setCurrentLocation(String location) |
void |
setStates(List<StateStringItem> states) |
public List<StateStringItem> getStates()
public void setStates(List<StateStringItem> states)
states - the states to setpublic String getCurrentLocation()
public void setCurrentLocation(String location)
Copyright © 2012. All Rights Reserved.