public class State extends Object
State(int id, String name, int countryId)
static State
getById(int id)
List<City>
getCities()
int
getCountryId()
getId()
String
getName()
void
setId(int id)
setName(String name)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public State(int id, String name, int countryId)
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public int getCountryId()
public String toString()
toString
Object
public List<City> getCities()
public static State getById(int id)
Copyright © 2015. All Rights Reserved.