public class PublishedAssessmentAttachment extends PublishedAttachmentData implements Serializable, AssessmentAttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, ASSESSMENTGRADING_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEM_TEXT_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT| Constructor and Description |
|---|
PublishedAssessmentAttachment() |
PublishedAssessmentAttachment(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) |
PublishedAssessmentAttachment(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, getEncodedResourceId, getFilename, getFileSize, getIsInlineImage, getIsInlineVideo, getIsLink, getIsMedia, 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 PublishedAssessmentAttachment()
public PublishedAssessmentAttachment(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 PublishedAssessmentAttachment(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)
public AssessmentIfc getAssessment()
getAssessment in interface AssessmentAttachmentIfcpublic void setAssessment(AssessmentIfc assessment)
setAssessment in interface AssessmentAttachmentIfcpublic Long getAttachmentType()
getAttachmentType in interface AssessmentAttachmentIfcgetAttachmentType in class PublishedAttachmentDatapublic void setAttachmentType(Long attachmentType)
setAttachmentType in interface AssessmentAttachmentIfcsetAttachmentType in class PublishedAttachmentDataCopyright © 2023. All rights reserved.