|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.mit.stellar.hibernate.AbstractCourseCollectionPage
A class that represents a row in the COURSE_COLLECTION_PAGE table. You can
customize the behavior of this class by editing the class,
CourseCollectionPage().
| Constructor Summary | |
AbstractCourseCollectionPage()
Simple constructor of AbstractCourseCollectionPage instances. |
|
AbstractCourseCollectionPage(java.lang.Long id)
Constructor of AbstractCourseCollectionPage instances given a simple primary key. |
|
AbstractCourseCollectionPage(java.lang.Long id,
CourseCollection courseCollection)
minimal constructor |
|
AbstractCourseCollectionPage(java.lang.Long id,
CourseCollection courseCollection,
java.lang.String pageTemplate,
java.lang.Long pageOrder)
full constructor |
|
| Method Summary | |
CourseCollection |
getCourseCollection()
Return the value of the COURSE_COLLECTION_ID column. |
java.lang.Long |
getId()
Return the simple primary key value that identifies this object. |
java.lang.Long |
getPageOrder()
Return the value of the PAGE_ORDER column. |
java.lang.String |
getPageTemplate()
Return the value of the PAGE_TEMPLATE column. |
void |
setCourseCollection(CourseCollection courseCollection)
Set the value of the COURSE_COLLECTION_ID column. |
void |
setId(java.lang.Long id)
Set the simple primary key value that identifies this object. |
void |
setPageOrder(java.lang.Long pageOrder)
Set the value of the PAGE_ORDER column. |
void |
setPageTemplate(java.lang.String pageTemplate)
Set the value of the PAGE_TEMPLATE column. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractCourseCollectionPage()
public AbstractCourseCollectionPage(java.lang.Long id)
id -
public AbstractCourseCollectionPage(java.lang.Long id,
CourseCollection courseCollection)
public AbstractCourseCollectionPage(java.lang.Long id,
CourseCollection courseCollection,
java.lang.String pageTemplate,
java.lang.Long pageOrder)
| 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 java.lang.String getPageTemplate()
public void setPageTemplate(java.lang.String pageTemplate)
pageTemplate - public java.lang.Long getPageOrder()
public void setPageOrder(java.lang.Long pageOrder)
pageOrder -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||