Serialized Form

Class edu.mit.stellar.hibernate.AbstractCourseCollection extends java.lang.Object implements Serializable

Serialized Fields

hashValue

int hashValue
The cached hash code value for this instance. Settting to 0 triggers re-calculation.


id

java.lang.Long id
The composite primary key value.


nexusInfo

NexusInfo nexusInfo
The value of the nexusInfo association.


courseCollectionAnnotationSet

java.util.Set courseCollectionAnnotationSet
The value of the courseCollectionAnnotationSet one-to-many association.


courseCollectionItemSet

java.util.Set courseCollectionItemSet
The value of the courseCollectionItemSet one-to-many association.


courseCollectionPageSet

java.util.Set courseCollectionPageSet
The value of the courseCollectionPageSet one-to-many association.


name

java.lang.String name
The value of the simple name property.


description

java.lang.String description
The value of the simple description property.


type

java.lang.Long type
The value of the simple type property.


createdOn

java.util.Date createdOn
The value of the simple createdOn property.


Class edu.mit.stellar.hibernate.AbstractCourseCollectionAnnotation extends java.lang.Object implements Serializable

Serialized Fields

hashValue

int hashValue
The cached hash code value for this instance. Settting to 0 triggers re-calculation.


id

java.lang.Long id
The composite primary key value.


courseCollection

CourseCollection courseCollection
The value of the courseCollection association.


user

User user
The value of the oUser association.


title

java.lang.String title
The value of the simple title property.


comments

java.lang.String comments
The value of the simple comments property.


createdOn

java.util.Date createdOn
The value of the simple createdOn property.


Class edu.mit.stellar.hibernate.AbstractCourseCollectionItem extends java.lang.Object implements Serializable

Serialized Fields

hashValue

int hashValue
The cached hash code value for this instance. Settting to 0 triggers re-calculation.


id

java.lang.Long id
The composite primary key value.


courseCollection

CourseCollection courseCollection
The value of the courseCollection association.


item

Item item
The value of the item association.


user

User user
The value of the oUser association.


itemAnnotationSet

java.util.Set itemAnnotationSet
The value of the itemAnnotationSet one-to-many association.


name

java.lang.String name
The value of the simple name property.


createdOn

java.util.Date createdOn
The value of the simple createdOn property.


itemTitle

java.lang.String itemTitle
The value of the simple itemTitle property.


itemDescription

java.lang.String itemDescription
The value of the simple itemDescription property.


itemOrder

java.lang.Long itemOrder
The value of the simple itemOrder property.


itemSource

java.lang.String itemSource
The value of the simple itemSource property.


Class edu.mit.stellar.hibernate.AbstractCourseCollectionPage extends java.lang.Object implements Serializable

Serialized Fields

hashValue

int hashValue
The cached hash code value for this instance. Settting to 0 triggers re-calculation.


id

java.lang.Long id
The composite primary key value.


courseCollection

CourseCollection courseCollection
The value of the courseCollection association.


pageTemplate

java.lang.String pageTemplate
The value of the simple pageTemplate property.


pageOrder

java.lang.Long pageOrder
The value of the simple pageOrder property.


Class edu.mit.stellar.hibernate.AbstractItem extends java.lang.Object implements Serializable

Serialized Fields

hashValue

int hashValue
The cached hash code value for this instance. Settting to 0 triggers re-calculation.


id

java.lang.String id
The composite primary key value.


courseCollectionItemSet

java.util.Set courseCollectionItemSet
The value of the courseCollectionItemSet one-to-many association.


mimeType

java.lang.String mimeType
The value of the simple mimeType property.


title

java.lang.String title
The value of the simple title property.


description

java.lang.String description
The value of the simple description property.


keywords

java.lang.String keywords
The value of the simple keywords property.


imageLicense

java.lang.String imageLicense
The value of the simple imageLicense property.


imageSource

java.lang.String imageSource
The value of the simple imageSource property.


createdOn

java.util.Date createdOn
The value of the simple createdOn property.


creator

java.lang.String creator
The value of the simple creator property.


creationPeriod

java.util.Date creationPeriod
The value of the simple creationPeriod property.


thumbnailUri

java.lang.String thumbnailUri
The value of the simple thumbnailUri property.


mediumImageUri

java.lang.String mediumImageUri
The value of the simple mediumImageUri property.


largeImageUri

java.lang.String largeImageUri
The value of the simple largeImageUri property.


Class edu.mit.stellar.hibernate.AbstractItemAnnotation extends java.lang.Object implements Serializable

Serialized Fields

hashValue

int hashValue
The cached hash code value for this instance. Settting to 0 triggers re-calculation.


id

java.lang.Long id
The composite primary key value.


courseCollectionItem

CourseCollectionItem courseCollectionItem
The value of the courseCollectionItem association.


user

User user
The value of the oUser association.


title

java.lang.String title
The value of the simple title property.


comments

java.lang.String comments
The value of the simple comments property.


createdOn

java.util.Date createdOn
The value of the simple createdOn property.


Class edu.mit.stellar.hibernate.AbstractNexusInfo extends java.lang.Object implements Serializable

Serialized Fields

hashValue

int hashValue
The cached hash code value for this instance. Settting to 0 triggers re-calculation.


id

java.lang.Long id
The composite primary key value.


courseCollectionSet

java.util.Set courseCollectionSet
The value of the courseCollectionSet one-to-many association.


siteHandle

java.lang.String siteHandle
The value of the simple siteHandle property.


siteService

java.lang.String siteService
The value of the simple siteService property.


createdOn

java.util.Date createdOn
The value of the simple createdOn property.


Class edu.mit.stellar.hibernate.AbstractUser extends java.lang.Object implements Serializable

Serialized Fields

hashValue

int hashValue
The cached hash code value for this instance. Settting to 0 triggers re-calculation.


id

java.lang.Long id
The composite primary key value.


courseCollectionAnnotationSet

java.util.Set courseCollectionAnnotationSet
The value of the courseCollectionAnnotationSet one-to-many association.


courseCollectionItemSet

java.util.Set courseCollectionItemSet
The value of the courseCollectionItemSet one-to-many association.


itemAnnotationSet

java.util.Set itemAnnotationSet
The value of the itemAnnotationSet one-to-many association.


username

java.lang.String username
The value of the simple username property.


domain

java.lang.String domain
The value of the simple domain property.


userService

java.lang.String userService
The value of the simple userService property.


createdOn

java.util.Date createdOn
The value of the simple createdOn property.


Class edu.mit.stellar.hibernate.CourseCollection extends AbstractCourseCollection implements Serializable


Class edu.mit.stellar.hibernate.CourseCollectionAnnotation extends AbstractCourseCollectionAnnotation implements Serializable


Class edu.mit.stellar.hibernate.CourseCollectionItem extends AbstractCourseCollectionItem implements Serializable


Class edu.mit.stellar.hibernate.CourseCollectionPage extends AbstractCourseCollectionPage implements Serializable


Class edu.mit.stellar.hibernate.Item extends AbstractItem implements Serializable


Class edu.mit.stellar.hibernate.ItemAnnotation extends AbstractItemAnnotation implements Serializable


Class edu.mit.stellar.hibernate.NexusInfo extends AbstractNexusInfo implements Serializable


Class edu.mit.stellar.hibernate.User extends AbstractUser implements Serializable



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