be.dvw.administration.model
Class City

java.lang.Object
  extended bybe.dvw.administration.model.City

public class City
extends java.lang.Object

Author:
Gregory Van Seghbroeck

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

City

public City()
Method Detail

toString

public java.lang.String toString()

getCity

public java.lang.String getCity()
Returns:
Returns the city.

setCity

public void setCity(java.lang.String city)
Parameters:
city - The city to set.

getLand

public Land getLand()
Returns:
Returns the land.

setLand

public void setLand(Land land)
Parameters:
land - The land to set.

getZipCode

public int getZipCode()
Returns:
Returns the zipCode.

setZipCode

public void setZipCode(int zipCode)
Parameters:
zipCode - The zipCode to set.


Copyright © 2005 VZW Koninklijke Muziekvereniging 'De Vrije Werklieden' Lebbeke. All Rights Reserved.