edu.mit.stellar.hibernate
Class ItemAnnotation

java.lang.Object
  extended byedu.mit.stellar.hibernate.AbstractItemAnnotation
      extended byedu.mit.stellar.hibernate.ItemAnnotation
All Implemented Interfaces:
java.io.Serializable

public class ItemAnnotation
extends AbstractItemAnnotation
implements java.io.Serializable

A class that represents a row in the 'ITEM_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
ItemAnnotation()
          Simple constructor of ItemAnnotation instances.
ItemAnnotation(java.lang.Long id)
          Constructor of ItemAnnotation instances given a simple primary key.
 
Methods inherited from class edu.mit.stellar.hibernate.AbstractItemAnnotation
equals, getComments, getCourseCollectionItem, getCreatedOn, getId, getTitle, getUser, hashCode, setComments, setCourseCollectionItem, setCreatedOn, setId, setTitle, setUser
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemAnnotation

public ItemAnnotation()
Simple constructor of ItemAnnotation instances.


ItemAnnotation

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

Parameters:
id -


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