public class Region extends Object
Region(int id, String name, String slug)
boolean
equals(Object obj)
int
getId()
String
getName()
getSlug()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@ConstructorProperties(value={"id","name","slug"}) public Region(int id, String name, String slug)
public int getId()
public String getName()
public String getSlug()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.