org.hibernate.test.annotations.collectionelement
Class Bug
java.lang.Object
org.hibernate.test.annotations.collectionelement.Bug
@Embeddable
public class Bug
- extends Object
Constructor Summary |
Bug()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bug
public Bug()
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.