org.hibernate.test.annotations.collectionelement
Class Bug

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

@Embeddable
public class Bug
extends Object


Constructor Summary
Bug()
           
 
Method Summary
 String getDescription()
           
 Person getReportedBy()
           
 String getSummary()
           
 void setDescription(String description)
           
 void setReportedBy(Person reportedBy)
           
 void setSummary(String summary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bug

public Bug()
Method Detail

getSummary

public String getSummary()

setSummary

public void setSummary(String summary)

getReportedBy

public Person getReportedBy()

setReportedBy

public void setReportedBy(Person reportedBy)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.