Interface UserMessageAttachment

    • Method Detail

      • getDescription

        String getDescription()
        Get the value for Description. (The description of the file) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getLink

        String getLink()
        Get the value for Link. (The link to the file) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • isAttachToNotification

        boolean isAttachToNotification()
        Get the value for AttachToNotification. (Attach to the notification email?)
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getAttachmentType

        UserMessageAttachmentType getAttachmentType()
        Get the value for AttachmentType. (The type of the attachment) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setDescription

        void setDescription​(String newDescription)
        Set the value for Description. (The description of the file) This value is mandatory.
        Parameters:
        newDescription - the new value for Description. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setLink

        void setLink​(String newLink)
        Set the value for Link. (The link to the file) This value is mandatory.
        Parameters:
        newLink - the new value for Link. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setAttachToNotification

        void setAttachToNotification​(boolean newAttachToNotification)
        Set the value for AttachToNotification. (Attach to the notification email?)
        Parameters:
        newAttachToNotification - the new value for AttachToNotification.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setAttachmentType

        void setAttachmentType​(UserMessageAttachmentType newAttachmentType)
        Set the value for AttachmentType. (The type of the attachment) This value is mandatory.
        Parameters:
        newAttachmentType - the new value for AttachmentType. If this is null, then the object cannot be persisted.
        Throws:
        ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setDocument

        void setDocument​(Document document)
        Set the attachment to a Document
        Parameters:
        document - The Document to add as the attachment