public class Thing extends Object
Thing(long id, String name)
Thing(String name)
boolean
equals(Object o)
long
getId()
String
getName()
int
hashCode()
void
setId(long id)
setName(String name)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Thing(long id, String name)
public Thing(String name)
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.