edu.mit.stellar.hibernate
Class NexusInfo
java.lang.Object
edu.mit.stellar.hibernate.AbstractNexusInfo
edu.mit.stellar.hibernate.NexusInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class NexusInfo
- extends AbstractNexusInfo
- implements java.io.Serializable
A class that represents a row in the 'NEXUS_INFO' table. This class may be
customized as it is never re-generated after being created.
NexusInfo has one-to-many relationship with CourseCollection. (parent-child
with this as parent).
- 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 |
NexusInfo()
Simple constructor of NexusInfo instances. |
NexusInfo(java.lang.Long id)
Constructor of NexusInfo instances given a simple primary key. |
NexusInfo(java.lang.String sitehandle)
|
NexusInfo(java.lang.String sitehandle,
java.lang.String siteservice)
|
| Methods inherited from class edu.mit.stellar.hibernate.AbstractNexusInfo |
equals, getCourseCollectionSet, getCreatedOn, getId, getSiteHandle, getSiteService, hashCode, setCourseCollectionSet, setCreatedOn, setId, setSiteHandle, setSiteService |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
NexusInfo
public NexusInfo()
- Simple constructor of NexusInfo instances.
NexusInfo
public NexusInfo(java.lang.Long id)
- Constructor of NexusInfo instances given a simple primary key.
- Parameters:
id -
NexusInfo
public NexusInfo(java.lang.String sitehandle)
NexusInfo
public NexusInfo(java.lang.String sitehandle,
java.lang.String siteservice)
addCourseCollection
public void addCourseCollection(CourseCollection courseCollection)
removeCourseCollection
public void removeCourseCollection(CourseCollection courseCollection)
Copyright 2005-2005-2006 MIT AMPS. All Rights Reserved.