|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.data.discussionboard.ConferenceStatus
public class ConferenceStatus
The ConferenceStatus object wraps the state of a user's interaction with a given piece
of conference and adaptive release status.
It is not a persistent object in the ordinary sense; it is loaded from the database, but
combines information derived from different sources. With this in mind, one cannot "save" a
ConferenceStatus object.
| Field Summary | |
|---|---|
static DataType |
DATA_TYPE
|
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
ConferenceStatus()
Default constructor. |
|
| Method Summary | |
|---|---|
DataType |
getDataType()
Returns the DataType identifier for this object. |
int |
getForumCount()
return the forum count |
int |
getMsgCount()
return the total count of messages |
int |
getParticipantCount()
return the total count of participants |
void |
setForumCount(int forum_count)
Set the forum_count count |
void |
setMsgCount(int msg_count)
Set the total count of messages |
void |
setParticipantCount(int participant_count)
Set the total count of participants |
| Methods inherited from class blackboard.data.BbObject |
|---|
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, matches, 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 ConferenceStatus()
If you need to access status for a particular piece of conference, use
ConferenceDbLoader or
ConferenceStatus
| Method Detail |
|---|
public 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 objectpublic void setForumCount(int forum_count)
public int getForumCount()
public void setParticipantCount(int participant_count)
public int getParticipantCount()
public void setMsgCount(int msg_count)
public int getMsgCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||