|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.mit.stellar.hibernate.AbstractItemAnnotation
A class that represents a row in the ITEM_ANNOTATION table. You can customize
the behavior of this class by editing the class, ItemAnnotation().
| Constructor Summary | |
AbstractItemAnnotation()
Simple constructor of AbstractItemAnnotation instances. |
|
AbstractItemAnnotation(java.lang.Long id)
Constructor of AbstractItemAnnotation instances given a simple primary key. |
|
| Method Summary | |
boolean |
equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the primary key values. |
java.lang.String |
getComments()
Return the value of the COMMENTS column. |
CourseCollectionItem |
getCourseCollectionItem()
Return the value of the COURSE_COLLECTION_ITEM_ID column. |
java.util.Date |
getCreatedOn()
Return the value of the CREATED_ON column. |
java.lang.Long |
getId()
Return the simple primary key value that identifies this object. |
java.lang.String |
getTitle()
Return the value of the TITLE column. |
User |
getUser()
Return the value of the CREATED_BY column. |
int |
hashCode()
Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types). |
void |
setComments(java.lang.String comments)
Set the value of the COMMENTS column. |
void |
setCourseCollectionItem(CourseCollectionItem courseCollectionItem)
Set the value of the COURSE_COLLECTION_ITEM_ID column. |
void |
setCreatedOn(java.util.Date createdOn)
Set the value of the CREATED_ON column. |
void |
setId(java.lang.Long id)
Set the simple primary key value that identifies this object. |
void |
setTitle(java.lang.String title)
Set the value of the TITLE column. |
void |
setUser(User user)
Set the value of the CREATED_BY column. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractItemAnnotation()
public AbstractItemAnnotation(java.lang.Long id)
id - | Method Detail |
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - public CourseCollectionItem getCourseCollectionItem()
public void setCourseCollectionItem(CourseCollectionItem courseCollectionItem)
courseCollectionItem - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public User getUser()
public void setUser(User user)
public java.lang.String getComments()
public void setComments(java.lang.String comments)
comments - public java.util.Date getCreatedOn()
public void setCreatedOn(java.util.Date createdOn)
createdOn - public boolean equals(java.lang.Object rhs)
rhs -
public int hashCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||