com.solidstategroup.location
Class Town

java.lang.Object
  extended by com.solidstategroup.location.Town

public class Town
extends java.lang.Object

Created by IntelliJ IDEA. User: Ben Rometsch Date: Dec 11, 2002 Time: 11:39:59 AM To change this template use Options | File Templates.


Constructor Summary
Town()
           
 
Method Summary
 java.lang.String getDescription()
           
 int getTownId()
           
 void setDescription(java.lang.String description)
           
 void setTownId(int townId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Town

public Town()
Method Detail

getTownId

public int getTownId()

setTownId

public void setTownId(int townId)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)