public class AssessmentAttachment extends AttachmentData implements Serializable, AssessmentAttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, ASSESSMENTGRADING_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEM_TEXT_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT| Constructor and Description |
|---|
AssessmentAttachment() |
AssessmentAttachment(Long attachmentId,
AssessmentIfc assessment,
String resourceId,
String filename,
String mimeType,
Long fileSize,
String description,
String location,
Boolean isLink,
Integer status,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate) |
AssessmentAttachment(Long attachmentId,
String resourceId,
String filename,
String mimeType,
Long fileSize,
String description,
String location,
Boolean isLink,
Integer status,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate) |
| Modifier and Type | Method and Description |
|---|---|
AssessmentIfc |
getAssessment() |
Long |
getAttachmentType() |
void |
setAssessment(AssessmentIfc assessment) |
void |
setAttachmentType(Long attachmentType) |
getAttachmentId, getCreatedBy, getCreatedDate, getDescription, getFilename, getFileSize, getIsLink, getLastModifiedBy, getLastModifiedDate, getLocation, getMimeType, getResourceId, getStatus, setAttachmentId, setCreatedBy, setCreatedDate, setDescription, setFilename, setFileSize, setIsLink, setLastModifiedBy, setLastModifiedDate, setLocation, setMimeType, setResourceId, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttachmentId, getCreatedBy, getCreatedDate, getDescription, getFilename, getFileSize, getIsLink, getLastModifiedBy, getLastModifiedDate, getLocation, getMimeType, getResourceId, getStatus, setAttachmentId, setCreatedBy, setCreatedDate, setDescription, setFilename, setFileSize, setIsLink, setLastModifiedBy, setLastModifiedDate, setLocation, setMimeType, setResourceId, setStatuspublic AssessmentAttachment()
public AssessmentAttachment(Long attachmentId, AssessmentIfc assessment, String resourceId, String filename, String mimeType, Long fileSize, String description, String location, Boolean isLink, Integer status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
public AssessmentIfc getAssessment()
getAssessment in interface AssessmentAttachmentIfcpublic void setAssessment(AssessmentIfc assessment)
setAssessment in interface AssessmentAttachmentIfcpublic Long getAttachmentType()
getAttachmentType in interface AssessmentAttachmentIfcgetAttachmentType in class AttachmentDatapublic void setAttachmentType(Long attachmentType)
setAttachmentType in interface AssessmentAttachmentIfcsetAttachmentType in class AttachmentDataCopyright © 2003–2021 Sakai Project. All rights reserved.