org.hibernate.jsr303.tck.tests.constraints.validatorresolution
Class Suburb
java.lang.Object
org.hibernate.jsr303.tck.tests.constraints.validatorresolution.Suburb
public class Suburb
- extends Object
- Author:
- Hardy Ferentschik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Suburb
public Suburb()
setName
public void setName(String name)
getName
public String getName()
getFacilities
public Map<Suburb.Facility,Boolean> getFacilities()
addFacility
public void addFacility(Suburb.Facility f,
Boolean exist)
getStreetNames
public Set<String> getStreetNames()
addStreetName
public void addStreetName(String streetName)
getBoundingBox
public Coordinate[] getBoundingBox()
setBoundingBox
public void setBoundingBox(Coordinate[] boundingBox)
Copyright © 2008-2011. All Rights Reserved.