blackboard.data.discussionboard
Class ConferenceOwner

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

public class ConferenceOwner
extends BbObject

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

Version:
$Revision: #1 $ 2005-4-13 $

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

DATA_TYPE

public static final DataType DATA_TYPE
Constructor Detail

ConferenceOwner

public ConferenceOwner()
Creates an instance of ConferenceOwner wiht default property values.

Method Detail

getOwnerId

public Id getOwnerId()
Returns the ConferenceOwner Id

Returns:
ConferenceOwner Id value for this conference

setOwnerId

public void setOwnerId(Id iOwnerId)
Sets the ConferenceOwner Id

Parameters:
iOwnerId - the course Id value to use for this conference

getOwnerName

public java.lang.String getOwnerName()
Returns the owner name associated with this ConferenceOwner

Returns:
the owner name value of this conferenceOwner as a String

setOwnerName

public void setOwnerName(java.lang.String strOwnerName)
Sets the owner name associated with this ConferenceOwner

Parameters:
strOwnerName - a String containing the owner name for this conferenceOwner

getDataType

public DataType getDataType()
Returns the DataType identifier for this object. Can be used to uniquely identify the "type" of this data object.

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


Copyright © 2003 Blackboard, Inc. All Rights Reserved.