public class SectionAttachment extends AttachmentData implements Serializable, SectionAttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, ASSESSMENTGRADING_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEM_TEXT_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT| Constructor and Description |
|---|
SectionAttachment() |
SectionAttachment(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) |
SectionAttachment(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, 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 SectionAttachment()
public SectionAttachment(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 AttachmentDatapublic void setAttachmentType(Long attachmentType)
setAttachmentType in interface SectionAttachmentIfcsetAttachmentType in class AttachmentDataCopyright © 2005–2017 Sakai Project. All rights reserved.