Class PublishedItemTextAttachment
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.assessment.PublishedAttachmentData
-
- org.sakaiproject.tool.assessment.data.dao.assessment.PublishedItemTextAttachment
-
- All Implemented Interfaces:
Serializable,AttachmentIfc,ItemTextAttachmentIfc
public class PublishedItemTextAttachment extends PublishedAttachmentData implements Serializable, ItemTextAttachmentIfc
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.AttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, ASSESSMENTGRADING_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEM_TEXT_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT
-
-
Constructor Summary
Constructors Constructor Description PublishedItemTextAttachment()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)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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAttachmentType()ItemTextIfcgetItemText()voidsetAttachmentType(Long attachmentType)voidsetItemText(ItemTextIfc itemText)-
Methods inherited from class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedAttachmentData
getAttachmentId, getCreatedBy, getCreatedDate, getDescription, getEncodedResourceId, getFilename, getFileSize, getIsInlineImage, getIsInlineVideo, getIsLink, getIsMedia, getLastModifiedBy, getLastModifiedDate, getLocation, getMimeType, getResourceId, getStatus, setAttachmentId, setCreatedBy, setCreatedDate, setDescription, setFilename, setFileSize, setIsLink, setLastModifiedBy, setLastModifiedDate, setLocation, setMimeType, setResourceId, setStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.AttachmentIfc
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, setStatus
-
-
-
-
Constructor Detail
-
PublishedItemTextAttachment
public PublishedItemTextAttachment()
-
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)
-
PublishedItemTextAttachment
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)
-
-
Method Detail
-
getItemText
public ItemTextIfc getItemText()
- Specified by:
getItemTextin interfaceItemTextAttachmentIfc
-
setItemText
public void setItemText(ItemTextIfc itemText)
- Specified by:
setItemTextin interfaceItemTextAttachmentIfc
-
getAttachmentType
public Long getAttachmentType()
- Specified by:
getAttachmentTypein interfaceItemTextAttachmentIfc- Overrides:
getAttachmentTypein classPublishedAttachmentData
-
setAttachmentType
public void setAttachmentType(Long attachmentType)
- Specified by:
setAttachmentTypein interfaceItemTextAttachmentIfc- Overrides:
setAttachmentTypein classPublishedAttachmentData
-
-