public class ItemTextAttachment extends AttachmentData implements Serializable, ItemTextAttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, ASSESSMENTGRADING_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEM_TEXT_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT| Constructor and Description |
|---|
ItemTextAttachment() |
ItemTextAttachment(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) |
ItemTextAttachment(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, 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 ItemTextAttachment()
public ItemTextAttachment(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 ItemTextIfc getItemText()
getItemText in interface ItemTextAttachmentIfcpublic void setItemText(ItemTextIfc itemText)
setItemText in interface ItemTextAttachmentIfcpublic Long getAttachmentType()
getAttachmentType in interface ItemTextAttachmentIfcgetAttachmentType in class AttachmentDatapublic void setAttachmentType(Long attachmentType)
setAttachmentType in interface ItemTextAttachmentIfcsetAttachmentType in class AttachmentDataCopyright © 2003–2020 Sakai Project. All rights reserved.