org.sakaiproject.tool.assessment.data.dao.assessment
Class ItemAttachment

java.lang.Object
  extended by org.sakaiproject.tool.assessment.data.dao.assessment.AttachmentData
      extended by org.sakaiproject.tool.assessment.data.dao.assessment.ItemAttachment
All Implemented Interfaces:
Serializable, AttachmentIfc, ItemAttachmentIfc

public class ItemAttachment
extends AttachmentData
implements Serializable, ItemAttachmentIfc

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.sakaiproject.tool.assessment.data.ifc.assessment.AttachmentIfc
ACTIVE_STATUS, ASSESSMENT_ATTACHMENT, INACTIVE_STATUS, ITEM_ATTACHMENT, ITEMGRADING_ATTACHMENT, SECTION_ATTACHMENT
 
Constructor Summary
ItemAttachment()
           
ItemAttachment(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)
           
ItemAttachment(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 Summary
 Long getAttachmentType()
           
 ItemDataIfc getItem()
           
 void setAttachmentType(Long attachmentType)
           
 void setItem(ItemDataIfc item)
           
 
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

ItemAttachment

public ItemAttachment()

ItemAttachment

public ItemAttachment(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)

ItemAttachment

public ItemAttachment(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

getItem

public ItemDataIfc getItem()
Specified by:
getItem in interface ItemAttachmentIfc

setItem

public void setItem(ItemDataIfc item)
Specified by:
setItem in interface ItemAttachmentIfc

getAttachmentType

public Long getAttachmentType()
Specified by:
getAttachmentType in interface ItemAttachmentIfc
Overrides:
getAttachmentType in class AttachmentData

setAttachmentType

public void setAttachmentType(Long attachmentType)
Specified by:
setAttachmentType in interface ItemAttachmentIfc
Overrides:
setAttachmentType in class AttachmentData


Copyright © 2005-2012 Sakai Project. All Rights Reserved.