|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.data.content.Upload
blackboard.data.content.CourseUpload
public class CourseUpload
The CourseUpload class wraps a reference to a file that has
been uploaded to the digital drop box in a course. This object only
represents the information in the database used to track the file
reference. References to the actual file system objects must be obtained
separately.
Note that CourseUpload objects are only meant to deal with
files associated with the digital drop box. It does not deal with files in
other contexts, such as content uploads or groups' file exchange.
| Nested Class Summary | |
|---|---|
static class |
CourseUpload.Status
Status |
| Field Summary | |
|---|---|
static DataType |
DATA_TYPE
|
| Fields inherited from class blackboard.data.BbObject |
|---|
_bbAttributes |
| Fields inherited from interface blackboard.data.content.CourseUploadDef |
|---|
COMMENTS, STATUS |
| Fields inherited from interface blackboard.data.content.UploadDef |
|---|
COURSE_MEMBERSHIP_ID, FILE_ID, UPLOAD_DATE |
| Constructor Summary | |
|---|---|
CourseUpload()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getComments()
Method getComments. |
DataType |
getDataType()
Returns the DataType identifier for the given BbObject-derived
object. |
CourseUpload.Status |
getStatus()
Method getStatus. |
void |
setComments(java.lang.String comments)
Method setComments. |
void |
setStatus(CourseUpload.Status status)
Method setStatus. |
| Methods inherited from class blackboard.data.content.Upload |
|---|
getCourseMembershipId, getFile, getFileId, getUploadDate, setCourseMembershipId, setFile, setUploadDate, syncFileId |
| 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 CourseUpload()
CourseUpload
with default property values.
| Method Detail |
|---|
public java.lang.String getComments()
public void setComments(java.lang.String comments)
comments - public CourseUpload.Status getStatus()
public void setStatus(CourseUpload.Status status)
status - public DataType getDataType()
BbObjectDataType identifier for the given BbObject-derived
object. Can be used to uniquely identify the "type" of a data object.
getDataType in interface IBbObjectgetDataType in interface IdentifiablegetDataType in class BbObjectDataType for current object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||