org.hibernate.test.jpa
Class Item
java.lang.Object
org.hibernate.test.jpa.Item
public class Item
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Item
public Item()
Item
public Item(String name)
getId
public Long getId()
setId
public void setId(Long id)
getName
public String getName()
setName
public void setName(String name)
getVersion
public long getVersion()
setVersion
public void setVersion(long version)
getParts
public Set getParts()
setParts
public void setParts(Set parts)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.