|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.data.course.Cartridge
public class Cartridge
The Cartridge class provides a representation of a cartridge
record (as related to a course) within the Blackboard application.
| Field Summary | |
|---|---|
static DataType |
DATA_TYPE
|
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Constructor Summary | |
|---|---|
Cartridge()
Creates an instance of Cartridge with default property values. |
|
| Method Summary | |
|---|---|
DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.String |
getDescription()
Returns the description associated with this Cartridge. |
java.lang.String |
getIdentifier()
Returns the identifier (string-based unique id) associated with this
Cartridge. |
java.lang.String |
getPublisherName()
Returns the publisher name associated with this Cartridge. |
java.lang.String |
getTitle()
Returns the title associated with this Cartridge. |
void |
setDescription(java.lang.String strDescription)
Sets the description associated with this Cartridge. |
void |
setIdentifier(java.lang.String strIdentifier)
Sets the identifier associated with this Cartridge. |
void |
setPublisherName(java.lang.String strPublisherName)
Sets the publisher name associated with this Cartridge. |
void |
setTitle(java.lang.String strTitle)
Sets the title associated with this Cartridge. |
void |
validate()
Validates the contents of this Cartridge. |
| Methods inherited from class blackboard.data.BbObject |
|---|
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, persist, setCreatedDate, setId, setModifiedDate, toString |
| 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 Cartridge()
Cartridge with default property values.
| Method Detail |
|---|
public java.lang.String getIdentifier()
Cartridge.
Stringpublic void setIdentifier(java.lang.String strIdentifier)
Cartridge.
strIdentifier - a String containing the string-based unique
identifier for this cartridgepublic java.lang.String getPublisherName()
Cartridge.
Stringpublic void setPublisherName(java.lang.String strPublisherName)
Cartridge.
strPublisherName - a String containing the publisher name for
this cartridgepublic java.lang.String getTitle()
Cartridge.
Stringpublic void setTitle(java.lang.String strTitle)
Cartridge.
strTitle - a String containing the title for this cartridgepublic java.lang.String getDescription()
Cartridge.
Stringpublic void setDescription(java.lang.String strDescription)
Cartridge.
strDescription - a String containing the description for this
cartridgepublic 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
public void validate()
throws ValidationException
Cartridge. Internal consistency
checks are also performed.
validate in interface IBbObjectvalidate in class BbObjectValidationException - if validation of this object fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||