blackboard.data.course
Class CourseCourse

java.lang.Object
  extended by blackboard.data.BbObject
      extended by blackboard.data.course.CourseCourse
All Implemented Interfaces:
IBbObject, Identifiable, java.lang.Cloneable

public class CourseCourse
extends BbObject

CourseCourse

Since:
Bb 7.3
Version:
$Revision: #1 $ $Date: 2007/06/27 $

Field Summary
static DataType DATA_TYPE
           
 
Fields inherited from class blackboard.data.BbObject
_bbAttributes
 
Constructor Summary
CourseCourse()
           
 
Method Summary
 Id getChildCourseId()
           
 Id getDataSourceId()
           
 DataType getDataType()
          Returns the DataType identifier for the given BbObject-derived object.
 Id getParentCourseId()
           
 void setChildCourseId(Id courseId)
           
 void setDataSourceId(Id id)
           
 void setParentCourseId(Id courseId)
           
 
Methods inherited from class blackboard.data.BbObject
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, persist, setCreatedDate, setId, setModifiedDate, toString, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATA_TYPE

public static final DataType DATA_TYPE
Constructor Detail

CourseCourse

public CourseCourse()
Method Detail

getParentCourseId

public Id getParentCourseId()

getChildCourseId

public Id getChildCourseId()

getDataSourceId

public Id getDataSourceId()

setParentCourseId

public void setParentCourseId(Id courseId)

setChildCourseId

public void setChildCourseId(Id courseId)

setDataSourceId

public void setDataSourceId(Id id)

getDataType

public DataType getDataType()
Description copied from class: BbObject
Returns the DataType identifier for the given BbObject-derived object. Can be used to uniquely identify the "type" of a data object.

Specified by:
getDataType in interface IBbObject
Specified by:
getDataType in interface Identifiable
Specified by:
getDataType in class BbObject
Returns:
the DataType for current object


Copyright © 2003 Blackboard, Inc. All Rights Reserved.