blackboard.data.course
Class CourseCourse
java.lang.Object
blackboard.data.BbObject
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 $
| 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 |
DATA_TYPE
public static final DataType DATA_TYPE
CourseCourse
public CourseCourse()
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.