org.hibernate.test.querycache
Class Item
java.lang.Object
org.hibernate.test.querycache.Item
public class Item
- extends Object
Constructor Summary |
Item()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Item
public Item()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getId
public long getId()
setId
public void setId(long id)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.