public class PublishedItemTextAttachment extends PublishedAttachmentData implements Serializable, ItemTextAttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, ASSESSMENTGRADING_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEM_TEXT_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT| Constructor and Description |
|---|
PublishedItemTextAttachment() |
PublishedItemTextAttachment(Long attachmentId,
ItemTextIfc itemText,
String resourceId,
String filename,
String mimeType,
Long fileSize,
String description,
String location,
Boolean isLink,
Integer status,
String createdBy,
Date createdDate,
String lastModifiedBy,
Date lastModifiedDate) |
PublishedItemTextAttachment(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() |
ItemTextIfc |
getItemText() |
void |
setAttachmentType(Long attachmentType) |
void |
setItemText(ItemTextIfc itemText) |
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 PublishedItemTextAttachment()
public PublishedItemTextAttachment(Long attachmentId, ItemTextIfc itemText, 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 PublishedItemTextAttachment(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 ItemTextIfc getItemText()
getItemText in interface ItemTextAttachmentIfcpublic void setItemText(ItemTextIfc itemText)
setItemText in interface ItemTextAttachmentIfcpublic Long getAttachmentType()
getAttachmentType in interface ItemTextAttachmentIfcgetAttachmentType in class PublishedAttachmentDatapublic void setAttachmentType(Long attachmentType)
setAttachmentType in interface ItemTextAttachmentIfcsetAttachmentType in class PublishedAttachmentDataCopyright © 2005–2016 Sakai Project. All rights reserved.