public class PublishedSectionAttachment extends PublishedAttachmentData implements Serializable, SectionAttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, ASSESSMENTGRADING_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEM_TEXT_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT| Constructor and Description |
|---|
PublishedSectionAttachment() |
PublishedSectionAttachment(Long attachmentId,
SectionDataIfc section,
String resourceId,
String filename,
String mimeType,
Long fileSize,
String description,
String location,
Boolean isLink,
Integer status,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate) |
PublishedSectionAttachment(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 |
|---|---|
Long |
getAttachmentType() |
SectionDataIfc |
getSection() |
void |
setAttachmentType(Long attachmentType) |
void |
setSection(SectionDataIfc section) |
getAttachmentId, getCreatedBy, getCreatedDate, getDescription, getEncodedResourceId, getFilename, getFileSize, getIsInlineFlash, 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 PublishedSectionAttachment()
public PublishedSectionAttachment(Long attachmentId, SectionDataIfc section, 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 SectionDataIfc getSection()
getSection in interface SectionAttachmentIfcpublic void setSection(SectionDataIfc section)
setSection in interface SectionAttachmentIfcpublic Long getAttachmentType()
getAttachmentType in interface SectionAttachmentIfcgetAttachmentType in class PublishedAttachmentDatapublic void setAttachmentType(Long attachmentType)
setAttachmentType in interface SectionAttachmentIfcsetAttachmentType in class PublishedAttachmentDataCopyright © 2005–2019 Sakai Project. All rights reserved.