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