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

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

public class SectionAttachment
extends AttachmentData
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
SectionAttachment()
           
SectionAttachment(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)
           
SectionAttachment(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.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

SectionAttachment

public SectionAttachment()

SectionAttachment

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

SectionAttachment

public SectionAttachment(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 AttachmentData

setAttachmentType

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


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