|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object be.dvw.administration.model.City
Constructor Summary | |
City()
|
Method Summary | |
java.lang.String |
getCity()
|
Land |
getLand()
|
int |
getZipCode()
|
void |
setCity(java.lang.String city)
|
void |
setLand(Land land)
|
void |
setZipCode(int zipCode)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public City()
Method Detail |
public java.lang.String toString()
public java.lang.String getCity()
public void setCity(java.lang.String city)
city
- The city to set.public Land getLand()
public void setLand(Land land)
land
- The land to set.public int getZipCode()
public void setZipCode(int zipCode)
zipCode
- The zipCode to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |