edu.mit.stellar.hibernate
Class AbstractCourseCollectionPage

java.lang.Object
  extended byedu.mit.stellar.hibernate.AbstractCourseCollectionPage
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CourseCollectionPage

public abstract class AbstractCourseCollectionPage
extends java.lang.Object
implements java.io.Serializable

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().

Version:
$Revision: 1385 $, $Date: 2006-08-11 18:43:20 -0400 (Fri, 11 Aug 2006) $
Author:
MIT Stellar team
See Also:
Serialized Form

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

AbstractCourseCollectionPage

public AbstractCourseCollectionPage()
Simple constructor of AbstractCourseCollectionPage instances.


AbstractCourseCollectionPage

public AbstractCourseCollectionPage(java.lang.Long id)
Constructor of AbstractCourseCollectionPage instances given a simple primary key.

Parameters:
id -

AbstractCourseCollectionPage

public AbstractCourseCollectionPage(java.lang.Long id,
                                    CourseCollection courseCollection)
minimal constructor


AbstractCourseCollectionPage

public AbstractCourseCollectionPage(java.lang.Long id,
                                    CourseCollection courseCollection,
                                    java.lang.String pageTemplate,
                                    java.lang.Long pageOrder)
full constructor

Method Detail

getId

public java.lang.Long getId()
Return the simple primary key value that identifies this object.

Returns:
java.lang.Long

setId

public void setId(java.lang.Long id)
Set the simple primary key value that identifies this object.

Parameters:
id -

getCourseCollection

public CourseCollection getCourseCollection()
Return the value of the COURSE_COLLECTION_ID column.

Returns:
CourseCollection

setCourseCollection

public void setCourseCollection(CourseCollection courseCollection)
Set the value of the COURSE_COLLECTION_ID column.

Parameters:
courseCollection -

getPageTemplate

public java.lang.String getPageTemplate()
Return the value of the PAGE_TEMPLATE column.

Returns:
java.lang.String

setPageTemplate

public void setPageTemplate(java.lang.String pageTemplate)
Set the value of the PAGE_TEMPLATE column.

Parameters:
pageTemplate -

getPageOrder

public java.lang.Long getPageOrder()
Return the value of the PAGE_ORDER column.

Returns:
java.lang.Long

setPageOrder

public void setPageOrder(java.lang.Long pageOrder)
Set the value of the PAGE_ORDER column.

Parameters:
pageOrder -


Copyright 2005-2005-2006 MIT AMPS. All Rights Reserved.