org.hibernate.test.annotations.collectionelement
Class BugSystem

java.lang.Object
  extended by org.hibernate.test.annotations.collectionelement.BugSystem

@Entity
public class BugSystem
extends Object


Constructor Summary
BugSystem()
           
 
Method Summary
 Set<Bug> getBugs()
           
 Integer getId()
           
 void setBugs(Set<Bug> bugs)
           
 void setId(Integer id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugSystem

public BugSystem()
Method Detail

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.