|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.data.discussionboard.ConferenceOwner
public class ConferenceOwner
The ConferenceOwner class is a representation of a conference owner within
the Bb Course Management System.
A ConferenceOwner in the current Blackboard Learning System can be a COURSE,ORGANIZATION,SYSTEM or a GROUP
| Nested Class Summary | |
|---|---|
static class |
ConferenceOwner.OwnerType
Enumeration for Conference Owner Currently we have COURSE, GROUP, MODULE, TAB, SYSTEM |
| Field Summary | |
|---|---|
static DataType |
DATA_TYPE
|
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
ConferenceOwner()
Creates an instance of ConferenceOwner wiht default property values. |
|
| Method Summary | |
|---|---|
DataType |
getDataType()
Returns the DataType identifier for this object. |
Id |
getOwnerId()
Returns the ConferenceOwner Id |
java.lang.String |
getOwnerName()
Returns the owner name associated with this ConferenceOwner |
void |
setOwnerId(Id iOwnerId)
Sets the ConferenceOwner Id |
void |
setOwnerName(java.lang.String strOwnerName)
Sets the owner name associated with this ConferenceOwner |
| 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 |
|---|
public static final DataType DATA_TYPE
| Constructor Detail |
|---|
public ConferenceOwner()
ConferenceOwner wiht default property values.
| Method Detail |
|---|
public Id getOwnerId()
Id
Id value for this conferencepublic void setOwnerId(Id iOwnerId)
Id
iOwnerId - the course Id value to use for this conferencepublic java.lang.String getOwnerName()
ConferenceOwner
Stringpublic void setOwnerName(java.lang.String strOwnerName)
ConferenceOwner
strOwnerName - a String containing the owner name for this conferenceOwnerpublic DataType getDataType()
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
getDataType in interface IBbObjectgetDataType in interface IdentifiablegetDataType in class BbObjectDataType for this object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||