Class SectionAttachment

  • All Implemented Interfaces:
    Serializable, org.sakaiproject.tool.assessment.data.ifc.assessment.AttachmentIfc, org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfc

    public class SectionAttachment
    extends AttachmentData
    implements Serializable, org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfc
    See Also:
    Serialized Form
    • Constructor Detail

      • SectionAttachment

        public SectionAttachment()
      • SectionAttachment

        public SectionAttachment​(Long attachmentId,
                                 org.sakaiproject.tool.assessment.data.ifc.assessment.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)
    • Method Detail

      • getSection

        public org.sakaiproject.tool.assessment.data.ifc.assessment.SectionDataIfc getSection()
        Specified by:
        getSection in interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfc
      • setSection

        public void setSection​(org.sakaiproject.tool.assessment.data.ifc.assessment.SectionDataIfc section)
        Specified by:
        setSection in interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfc
      • getAttachmentType

        public Long getAttachmentType()
        Specified by:
        getAttachmentType in interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfc
        Overrides:
        getAttachmentType in class AttachmentData
      • setAttachmentType

        public void setAttachmentType​(Long attachmentType)
        Specified by:
        setAttachmentType in interface org.sakaiproject.tool.assessment.data.ifc.assessment.SectionAttachmentIfc
        Overrides:
        setAttachmentType in class AttachmentData