Class ItemTextAttachment
- java.lang.Object
-
- org.sakaiproject.tool.assessment.data.dao.assessment.AttachmentData
-
- org.sakaiproject.tool.assessment.data.dao.assessment.ItemTextAttachment
-
- All Implemented Interfaces:
Serializable,AttachmentIfc,ItemTextAttachmentIfc
public class ItemTextAttachment extends AttachmentData 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 ItemTextAttachment()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)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)
-
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.AttachmentData
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
-
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
-
ItemTextAttachment
public ItemTextAttachment()
-
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)
-
-
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 classAttachmentData
-
setAttachmentType
public void setAttachmentType(Long attachmentType)
- Specified by:
setAttachmentTypein interfaceItemTextAttachmentIfc- Overrides:
setAttachmentTypein classAttachmentData
-
-