Interface AttachmentIfc

    • Field Detail

      • ASSESSMENT_ATTACHMENT

        static final Long ASSESSMENT_ATTACHMENT
      • SECTION_ATTACHMENT

        static final Long SECTION_ATTACHMENT
      • ITEM_ATTACHMENT

        static final Long ITEM_ATTACHMENT
      • ITEMGRADING_ATTACHMENT

        static final Long ITEMGRADING_ATTACHMENT
      • ASSESSMENTGRADING_ATTACHMENT

        static final Long ASSESSMENTGRADING_ATTACHMENT
      • ITEM_TEXT_ATTACHMENT

        static final Long ITEM_TEXT_ATTACHMENT
      • ACTIVE_STATUS

        static final Integer ACTIVE_STATUS
      • INACTIVE_STATUS

        static final Integer INACTIVE_STATUS
    • Method Detail

      • getAttachmentId

        Long getAttachmentId()
      • setAttachmentId

        void setAttachmentId​(Long attachmentId)
      • setResourceId

        void setResourceId​(String resourceId)
      • getResourceId

        String getResourceId()
      • getFilename

        String getFilename()
      • setFilename

        void setFilename​(String filename)
      • setMimeType

        void setMimeType​(String mimeType)
      • getMimeType

        String getMimeType()
      • getFileSize

        Long getFileSize()
      • setFileSize

        void setFileSize​(Long fileSize)
      • getDescription

        String getDescription()
      • setDescription

        void setDescription​(String pdescription)
      • getLocation

        String getLocation()
      • setLocation

        void setLocation​(String location)
      • setIsLink

        void setIsLink​(Boolean isLink)
      • setStatus

        void setStatus​(Integer status)
      • getCreatedBy

        String getCreatedBy()
      • setCreatedBy

        void setCreatedBy​(String createdBy)
      • getCreatedDate

        Date getCreatedDate()
      • setCreatedDate

        void setCreatedDate​(Date createdDate)
      • getLastModifiedBy

        String getLastModifiedBy()
      • setLastModifiedBy

        void setLastModifiedBy​(String lastModifiedBy)
      • getLastModifiedDate

        Date getLastModifiedDate()
      • setLastModifiedDate

        void setLastModifiedDate​(Date lastModifiedDate)