org.hibernate.test.annotations.collectionelement
Class BugSystem
java.lang.Object
org.hibernate.test.annotations.collectionelement.BugSystem
@Entity
public class BugSystem
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BugSystem
public BugSystem()
getId
public Integer getId()
setId
public void setId(Integer id)
getBugs
public Set<Bug> getBugs()
setBugs
public void setBugs(Set<Bug> bugs)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.