|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.mit.stellar.hibernate.AbstractCourseCollectionItem
A class that represents a row in the COURSE_COLLECTION_ITEM table. You can
customize the behavior of this class by editing the class,
CourseCollectionItem().
| Constructor Summary | |
AbstractCourseCollectionItem()
Simple constructor of AbstractCourseCollectionItem instances. |
|
AbstractCourseCollectionItem(java.lang.Long id)
Constructor of AbstractCourseCollectionItem 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. |
CourseCollection |
getCourseCollection()
Return the value of the COURSE_COLLECTION_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. |
Item |
getItem()
Return the value of the ITEM_ID column. |
java.util.Set |
getItemAnnotationSet()
Return the value of the COURSE_COLLECTION_ITEM_ID collection. |
java.lang.String |
getItemDescription()
Return the value of the ITEM_DESCRIPTION column. |
java.lang.Long |
getItemOrder()
Return the value of the ITEM_ORDER column. |
java.lang.String |
getItemSource()
Return the value of the ITEM_SOURCE column. |
java.lang.String |
getItemTitle()
Return the value of the ITEM_TITLE column. |
java.lang.String |
getName()
Return the value of the NAME 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 |
setCourseCollection(CourseCollection courseCollection)
Set the value of the COURSE_COLLECTION_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 |
setItem(Item item)
Set the value of the ITEM_ID column. |
void |
setItemAnnotationSet(java.util.Set itemAnnotationSet)
Set the value of the COURSE_COLLECTION_ITEM_ID collection. |
void |
setItemDescription(java.lang.String itemDescription)
Set the value of the ITEM_DESCRIPTION column. |
void |
setItemOrder(java.lang.Long itemOrder)
Set the value of the ITEM_ORDER column. |
void |
setItemSource(java.lang.String itemSource)
Set the value of the ITEM_SOURCE column. |
void |
setItemTitle(java.lang.String itemTitle)
Set the value of the ITEM_TITLE column. |
void |
setName(java.lang.String name)
Set the value of the NAME 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 AbstractCourseCollectionItem()
public AbstractCourseCollectionItem(java.lang.Long id)
id - | Method Detail |
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - public CourseCollection getCourseCollection()
public void setCourseCollection(CourseCollection courseCollection)
courseCollection - public Item getItem()
public void setItem(Item item)
item - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.util.Date getCreatedOn()
public void setCreatedOn(java.util.Date createdOn)
createdOn - public User getUser()
public void setUser(User user)
public java.lang.String getItemTitle()
public void setItemTitle(java.lang.String itemTitle)
itemTitle - public java.lang.String getItemDescription()
public void setItemDescription(java.lang.String itemDescription)
itemDescription - public java.lang.Long getItemOrder()
public void setItemOrder(java.lang.Long itemOrder)
itemOrder - public java.lang.String getItemSource()
public void setItemSource(java.lang.String itemSource)
public java.util.Set getItemAnnotationSet()
public void setItemAnnotationSet(java.util.Set itemAnnotationSet)
itemAnnotationSet - 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 | ||||||||||