net.sf.juoserver.model
Class City

java.lang.Object
  extended by net.sf.juoserver.model.City
All Implemented Interfaces:
Serializable

public class City
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
City(String name, String locationName)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLocationName()
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

City

public City(String name,
            String locationName)
Method Detail

getName

public String getName()

getLocationName

public String getLocationName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012. All Rights Reserved.