public class PublishedItemAttachment extends PublishedAttachmentData implements Serializable, ItemAttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, ASSESSMENTGRADING_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEM_TEXT_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT| Constructor and Description |
|---|
PublishedItemAttachment() |
PublishedItemAttachment(Long attachmentId,
ItemDataIfc item,
String resourceId,
String filename,
String mimeType,
Long fileSize,
String description,
String location,
Boolean isLink,
Integer status,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate) |
PublishedItemAttachment(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() |
ItemDataIfc |
getItem() |
void |
setAttachmentType(Long attachmentType) |
void |
setItem(ItemDataIfc item) |
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 PublishedItemAttachment()
public PublishedItemAttachment(Long attachmentId, ItemDataIfc item, 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 ItemDataIfc getItem()
getItem in interface ItemAttachmentIfcpublic void setItem(ItemDataIfc item)
setItem in interface ItemAttachmentIfcpublic Long getAttachmentType()
getAttachmentType in interface ItemAttachmentIfcgetAttachmentType in class PublishedAttachmentDatapublic void setAttachmentType(Long attachmentType)
setAttachmentType in interface ItemAttachmentIfcsetAttachmentType in class PublishedAttachmentDataCopyright © 2005–2019 Sakai Project. All rights reserved.