Class ToDoOutgoingMail

    • Constructor Detail

      • ToDoOutgoingMail

        public ToDoOutgoingMail()
    • Method Detail

      • getBcc

        public java.lang.String getBcc()
      • setBcc

        public void setBcc​(java.lang.String bcc)
      • getCc

        public java.lang.String getCc()
      • setCc

        public void setCc​(java.lang.String cc)
      • getFrom

        public java.lang.String getFrom()
      • setFrom

        public void setFrom​(java.lang.String from)
      • getReplyTo

        public java.lang.String getReplyTo()
      • setReplyTo

        public void setReplyTo​(java.lang.String replyTo)
      • getSendErrorMessage

        public java.lang.String getSendErrorMessage()
      • setSendErrorMessage

        public void setSendErrorMessage​(java.lang.String sendErrorMessage)
      • getStatus

        public int getStatus()
      • setStatus

        public void setStatus​(int status)
      • getSubject

        public java.lang.String getSubject()
      • setSubject

        public void setSubject​(java.lang.String subject)
      • setTask

        public void setTask​(ToDoTask task)
      • getText

        public java.lang.String getText()
      • setText

        public void setText​(java.lang.String text)
      • getTo

        public java.lang.String getTo()
      • setTo

        public void setTo​(java.lang.String to)
      • setMailbox

        public void setMailbox​(ToDoMailbox mailbox)
      • setAttachments

        public void setAttachments​(java.util.Set<ToDoMailAttachment> attachments)
      • setReplyAttachments

        public void setReplyAttachments​(java.util.Set<ToDoMailAttachment> attachments)
      • isHtmlMail

        public boolean isHtmlMail()
      • setHtmlMail

        public void setHtmlMail​(boolean htmlMail)
      • getSendCounter

        public int getSendCounter()
      • setSendCounter

        public void setSendCounter​(int sendCounter)
      • getSendDate

        public java.util.Date getSendDate()
      • setSendDate

        public void setSendDate​(java.util.Date sendDate)
      • maxSendTriesExceeded

        public boolean maxSendTriesExceeded()
      • prepareSending

        public void prepareSending()
      • getId

        public java.lang.Long getId()
        Description copied from class: ToDoVersionedIdentifiable
        Method returning a canonical id of the object. Transient objects return -1;
        Specified by:
        getId in class ToDoVersionedIdentifiable
        Returns:
        id the id of the object. Id is canonical for all instances of a class.
      • setId

        public void setId​(java.lang.Long id)
        Description copied from class: ToDoVersionedIdentifiable
        Method setting the canonical id of the object. Should under normal circumstances not be manually invoked.
        Specified by:
        setId in class ToDoVersionedIdentifiable
        Parameters:
        id - id of the object
      • setVersion

        public void setVersion​(java.lang.Integer version)
        Description copied from class: ToDoVersionedIdentifiable
        Method setting the version of the instance, Should under normal circumstances not be manually invoked.
        Specified by:
        setVersion in class ToDoVersionedIdentifiable
        Parameters:
        version - of the object
      • isActive

        public java.lang.Boolean isActive()
        Description copied from class: ToDoVersionedIdentifiable
        Method that returns whether the instance is active or not (means: logically deleted)
        Specified by:
        isActive in class ToDoVersionedIdentifiable
        Returns:
        boolean whether the object is active
      • setActive

        public void setActive​(java.lang.Boolean active)
        Description copied from class: ToDoVersionedIdentifiable
        Method setting the active flag. Invoking this method with false logically deletes the instance in the database.
        Specified by:
        setActive in class ToDoVersionedIdentifiable
        Parameters:
        active - is the object active or not
      • getStateAsString

        public java.lang.String getStateAsString()
      • setInquiry

        public void setInquiry​(ToDoInquiry inquiry)