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

java.lang.Object
  extended by org.sakaiproject.tool.assessment.data.dao.assessment.PublishedAttachmentData
      extended by org.sakaiproject.tool.assessment.data.dao.assessment.PublishedSectionAttachment
All Implemented Interfaces:
Serializable, AttachmentIfc, SectionAttachmentIfc

public class PublishedSectionAttachment
extends PublishedAttachmentData
implements Serializable, SectionAttachmentIfc

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
PublishedSectionAttachment()
           
PublishedSectionAttachment(Long attachmentId, SectionDataIfc section, String resourceId, String filename, String mimeType, Long fileSize, String description, String location, Boolean isLink, Integer status, String createdBy, Date createdDate, String lastModifiedBy, Date lastModifiedDate)
           
PublishedSectionAttachment(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()
           
 SectionDataIfc getSection()
           
 void setAttachmentType(Long attachmentType)
           
 void setSection(SectionDataIfc section)
           
 
Methods inherited from class org.sakaiproject.tool.assessment.data.dao.assessment.PublishedAttachmentData
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, 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

PublishedSectionAttachment

public PublishedSectionAttachment()

PublishedSectionAttachment

public PublishedSectionAttachment(Long attachmentId,
                                  SectionDataIfc section,
                                  String resourceId,
                                  String filename,
                                  String mimeType,
                                  Long fileSize,
                                  String description,
                                  String location,
                                  Boolean isLink,
                                  Integer status,
                                  String createdBy,
                                  Date createdDate,
                                  String lastModifiedBy,
                                  Date lastModifiedDate)

PublishedSectionAttachment

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

getSection

public SectionDataIfc getSection()
Specified by:
getSection in interface SectionAttachmentIfc

setSection

public void setSection(SectionDataIfc section)
Specified by:
setSection in interface SectionAttachmentIfc

getAttachmentType

public Long getAttachmentType()
Specified by:
getAttachmentType in interface SectionAttachmentIfc
Overrides:
getAttachmentType in class PublishedAttachmentData

setAttachmentType

public void setAttachmentType(Long attachmentType)
Specified by:
setAttachmentType in interface SectionAttachmentIfc
Overrides:
setAttachmentType in class PublishedAttachmentData


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