edu.mit.stellar.hibernate
Class CourseCollectionAnnotation

java.lang.Object
  extended byedu.mit.stellar.hibernate.AbstractCourseCollectionAnnotation
      extended byedu.mit.stellar.hibernate.CourseCollectionAnnotation
All Implemented Interfaces:
java.io.Serializable

public class CourseCollectionAnnotation
extends AbstractCourseCollectionAnnotation
implements java.io.Serializable

A class that represents a row in the 'COURSE_COLLECTION_ANNOTATION' table. This class may be customized as it is never re-generated after being created.

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
CourseCollectionAnnotation()
          Simple constructor of CourseCollectionAnnotation instances.
CourseCollectionAnnotation(java.lang.Long id)
          Constructor of CourseCollectionAnnotation instances given a simple primary key.
 
Methods inherited from class edu.mit.stellar.hibernate.AbstractCourseCollectionAnnotation
equals, getComments, getCourseCollection, getCreatedOn, getId, getTitle, getUser, hashCode, setComments, setCourseCollection, setCreatedOn, setId, setTitle, setUser
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseCollectionAnnotation

public CourseCollectionAnnotation()
Simple constructor of CourseCollectionAnnotation instances.


CourseCollectionAnnotation

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

Parameters:
id -


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