|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.mit.stellar.hibernate.AbstractCourseCollection
A class that represents a row in the COURSE_COLLECTION table. You can
customize the behavior of this class by editing the class,
CourseCollection().
| Constructor Summary | |
AbstractCourseCollection()
Simple constructor of AbstractCourseCollection instances. |
|
AbstractCourseCollection(java.lang.Long id)
Constructor of AbstractCourseCollection 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.util.Set |
getCourseCollectionAnnotationSet()
Return the value of the COURSE_COLLECTION_ID collection. |
java.util.Set |
getCourseCollectionItemSet()
Return the value of the COURSE_COLLECTION_ID collection. |
java.util.Set |
getCourseCollectionPageSet()
Return the value of the COURSE_COLLECTION_ID collection. |
java.util.Date |
getCreatedOn()
Return the value of the CREATED_ON column. |
java.lang.String |
getDescription()
Return the value of the DESCRIPTION column. |
java.lang.Long |
getId()
Return the simple primary key value that identifies this object. |
java.lang.String |
getName()
Return the value of the NAME column. |
NexusInfo |
getNexusInfo()
Return the value of the NEXUS_INFO_ID column. |
java.lang.Long |
getType()
Return the value of the TYPE 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 |
setCourseCollectionAnnotationSet(java.util.Set courseCollectionAnnotationSet)
Set the value of the COURSE_COLLECTION_ID collection. |
void |
setCourseCollectionItemSet(java.util.Set courseCollectionItemSet)
Set the value of the COURSE_COLLECTION_ID collection. |
void |
setCourseCollectionPageSet(java.util.Set courseCollectionPageSet)
Set the value of the COURSE_COLLECTION_ID collection. |
void |
setCreatedOn(java.util.Date createdOn)
Set the value of the CREATED_ON column. |
void |
setDescription(java.lang.String description)
Set the value of the DESCRIPTION column. |
void |
setId(java.lang.Long id)
Set the simple primary key value that identifies this object. |
void |
setName(java.lang.String name)
Set the value of the NAME column. |
void |
setNexusInfo(NexusInfo nexusInfo)
Set the value of the NEXUS_INFO_ID column. |
void |
setType(java.lang.Long type)
Set the value of the TYPE column. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractCourseCollection()
public AbstractCourseCollection(java.lang.Long id)
id - | Method Detail |
public java.lang.Long getId()
public void setId(java.lang.Long id)
id - public NexusInfo getNexusInfo()
public void setNexusInfo(NexusInfo nexusInfo)
nexusInfo - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.Long getType()
public void setType(java.lang.Long type)
type - public java.util.Date getCreatedOn()
public void setCreatedOn(java.util.Date createdOn)
createdOn - public java.util.Set getCourseCollectionAnnotationSet()
public void setCourseCollectionAnnotationSet(java.util.Set courseCollectionAnnotationSet)
courseCollectionAnnotationSet - public java.util.Set getCourseCollectionItemSet()
public void setCourseCollectionItemSet(java.util.Set courseCollectionItemSet)
courseCollectionItemSet - public java.util.Set getCourseCollectionPageSet()
public void setCourseCollectionPageSet(java.util.Set courseCollectionPageSet)
courseCollectionPageSet - 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 | ||||||||||