|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.lrngobj.LOCategory
public class LOCategory
The LOCategory class provides a representation of a Learning Object catgory
within the Blackboard application.
| Field Summary | |
|---|---|
static blackboard.persist.DataType |
DATA_TYPE
Object data type constant used in brokering loaders and persisters |
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
LOCategory()
Creates an instance of LOCategory with default property values. |
|
| Method Summary | |
|---|---|
blackboard.persist.DataType |
getDataType()
Returns the DataType identifier for this object. |
blackboard.persist.Id |
getParentId()
Get the parent Id for this Category |
java.lang.String |
getTitle()
Returns the title of the Learning Object Category |
void |
setParentId(blackboard.persist.Id id)
Sets the parent Id for this Category |
void |
setTitle(java.lang.String str)
Sets the title of the Learning Object Category |
| 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 blackboard.persist.DataType DATA_TYPE
| Constructor Detail |
|---|
public LOCategory()
LOCategory with default property values.
| Method Detail |
|---|
public java.lang.String getTitle()
Learning Object Category.public void setTitle(java.lang.String str)
str - A String representing the title of the Categorypublic blackboard.persist.Id getParentId()
public void setParentId(blackboard.persist.Id id)
id - Represents the Id of another Category that should be established as the parent of this Categorypublic blackboard.persist.DataType getDataType()
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
getDataType in interface blackboard.data.IBbObjectgetDataType in interface blackboard.data.IdentifiablegetDataType in class blackboard.data.BbObjectDataType for this object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||