org.hibernate.testing.cache
Class Item
java.lang.Object
   org.hibernate.testing.cache.Item
org.hibernate.testing.cache.Item
- Direct Known Subclasses: 
- VersionedItem
- public class Item 
- extends Object
- Author:
- Gavin King
| 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-2010 Red Hat, Inc.  All Rights Reserved.