Class PublishedSectionAttachment

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

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

      • PublishedSectionAttachment

        public PublishedSectionAttachment()
      • PublishedSectionAttachment

        public PublishedSectionAttachment​(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 PublishedAttachmentData
      • setAttachmentType

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