org.hibernate.jsr303.tck.tests.constraints.validatorresolution
Class Suburb

java.lang.Object
  extended by org.hibernate.jsr303.tck.tests.constraints.validatorresolution.Suburb

public class Suburb
extends Object

Author:
Hardy Ferentschik

Nested Class Summary
static class Suburb.Facility
           
 
Constructor Summary
Suburb()
           
 
Method Summary
 void addFacility(Suburb.Facility f, Boolean exist)
           
 void addStreetName(String streetName)
           
 Coordinate[] getBoundingBox()
           
 Map<Suburb.Facility,Boolean> getFacilities()
           
 String getName()
           
 Set<String> getStreetNames()
           
 void setBoundingBox(Coordinate[] boundingBox)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Suburb

public Suburb()
Method Detail

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.