Class _EmailQueue

  • All Implemented Interfaces:
    IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating
    Direct Known Subclasses:
    EmailQueue

    public abstract class _EmailQueue
    extends BaseEntity

    Provides the _EmailQueue database entity.

    Please note this class was generated by Cayenne. You should avoid making changes to this class as it may be regenerated. Please make customizations to the entity subclass.

    See Also:
    Serialized Form
    • Field Detail

      • ADDRESS_FROM_PROPERTY

        public static final String ADDRESS_FROM_PROPERTY
        Provides the 'addressFrom' property name.
        See Also:
        Constant Field Values
      • ADDRESSES_BCC_PROPERTY

        public static final String ADDRESSES_BCC_PROPERTY
        Provides the 'addressesBcc' property name.
        See Also:
        Constant Field Values
      • ADDRESSES_CC_PROPERTY

        public static final String ADDRESSES_CC_PROPERTY
        Provides the 'addressesCc' property name.
        See Also:
        Constant Field Values
      • ADDRESSES_REPLY_TO_PROPERTY

        public static final String ADDRESSES_REPLY_TO_PROPERTY
        Provides the 'addressesReplyTo' property name.
        See Also:
        Constant Field Values
      • ADDRESSES_TO_PROPERTY

        public static final String ADDRESSES_TO_PROPERTY
        Provides the 'addressesTo' property name.
        See Also:
        Constant Field Values
      • ATTACH_SUBMISSION_RECEIPT_FLAG_PROPERTY

        public static final String ATTACH_SUBMISSION_RECEIPT_FLAG_PROPERTY
        Provides the 'attachSubmissionReceiptFlag' property name.
        See Also:
        Constant Field Values
      • ATTACHMENTS_PROPERTY

        public static final String ATTACHMENTS_PROPERTY
        Provides the 'attachments' property name.
        See Also:
        Constant Field Values
      • CATEGORY_PROPERTY

        public static final String CATEGORY_PROPERTY
        Provides the 'category' property name.
        See Also:
        Constant Field Values
      • CREATED_TIMESTAMP_PROPERTY

        public static final String CREATED_TIMESTAMP_PROPERTY
        Provides the 'createdTimestamp' property name.
        See Also:
        Constant Field Values
      • DELIVERY_ATTEMPTS_PROPERTY

        public static final String DELIVERY_ATTEMPTS_PROPERTY
        Provides the 'deliveryAttempts' property name.
        See Also:
        Constant Field Values
      • EMAIL_STATUS_PROPERTY

        public static final String EMAIL_STATUS_PROPERTY
        Provides the 'emailStatus' property name.
        See Also:
        Constant Field Values
      • MAX_DELIVERY_ATTEMPTS_PROPERTY

        public static final String MAX_DELIVERY_ATTEMPTS_PROPERTY
        Provides the 'maxDeliveryAttempts' property name.
        See Also:
        Constant Field Values
      • PLAIN_BODY_PROPERTY

        public static final String PLAIN_BODY_PROPERTY
        Provides the 'plainBody' property name.
        See Also:
        Constant Field Values
      • EMAIL_QUEUE_DATA_PROPERTY

        public static final String EMAIL_QUEUE_DATA_PROPERTY
        Provides the 'emailQueueData' relationship name.
        See Also:
        Constant Field Values
      • ERROR_LOG_PROPERTY

        public static final String ERROR_LOG_PROPERTY
        Provides the 'errorLog' relationship name.
        See Also:
        Constant Field Values
      • EVENT_LOG_PROPERTY

        public static final String EVENT_LOG_PROPERTY
        Provides the 'eventLog' relationship name.
        See Also:
        Constant Field Values
      • SUBMISSION_PROPERTY

        public static final String SUBMISSION_PROPERTY
        Provides the 'submission' relationship name.
        See Also:
        Constant Field Values
      • EMAIL_QUEUE_OID_PK_COLUMN

        public static final String EMAIL_QUEUE_OID_PK_COLUMN
        Provides the 'email_queue_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ADDRESS_FROM

        public static final org.apache.cayenne.exp.Property<String> ADDRESS_FROM
        Provides the 'ADDRESS_FROM' property.
      • ADDRESSES_BCC

        public static final org.apache.cayenne.exp.Property<String> ADDRESSES_BCC
        Provides the 'ADDRESSES_BCC' property.
      • ADDRESSES_CC

        public static final org.apache.cayenne.exp.Property<String> ADDRESSES_CC
        Provides the 'ADDRESSES_CC' property.
      • ADDRESSES_REPLY_TO

        public static final org.apache.cayenne.exp.Property<String> ADDRESSES_REPLY_TO
        Provides the 'ADDRESSES_REPLY_TO' property.
      • ADDRESSES_TO

        public static final org.apache.cayenne.exp.Property<String> ADDRESSES_TO
        Provides the 'ADDRESSES_TO' property.
      • ATTACH_SUBMISSION_RECEIPT_FLAG

        public static final org.apache.cayenne.exp.Property<Boolean> ATTACH_SUBMISSION_RECEIPT_FLAG
        Provides the 'ATTACH_SUBMISSION_RECEIPT_FLAG' property.
      • ATTACHMENTS

        public static final org.apache.cayenne.exp.Property<byte[]> ATTACHMENTS
        Provides the 'ATTACHMENTS' property.
      • BODY

        public static final org.apache.cayenne.exp.Property<String> BODY
        Provides the 'BODY' property.
      • CATEGORY

        public static final org.apache.cayenne.exp.Property<String> CATEGORY
        Provides the 'CATEGORY' property.
      • CREATED_TIMESTAMP

        public static final org.apache.cayenne.exp.Property<Date> CREATED_TIMESTAMP
        Provides the 'CREATED_TIMESTAMP' property.
      • DELIVERY_ATTEMPTS

        public static final org.apache.cayenne.exp.Property<Integer> DELIVERY_ATTEMPTS
        Provides the 'DELIVERY_ATTEMPTS' property.
      • EMAIL_STATUS

        public static final org.apache.cayenne.exp.Property<String> EMAIL_STATUS
        Provides the 'EMAIL_STATUS' property.
      • MAX_DELIVERY_ATTEMPTS

        public static final org.apache.cayenne.exp.Property<Integer> MAX_DELIVERY_ATTEMPTS
        Provides the 'MAX_DELIVERY_ATTEMPTS' property.
      • PLAIN_BODY

        public static final org.apache.cayenne.exp.Property<String> PLAIN_BODY
        Provides the 'PLAIN_BODY' property.
      • SUBJECT

        public static final org.apache.cayenne.exp.Property<String> SUBJECT
        Provides the 'SUBJECT' property.
      • EMAIL_QUEUE_DATA

        public static final org.apache.cayenne.exp.Property<EmailQueueData> EMAIL_QUEUE_DATA
        Provides the 'EMAIL_QUEUE_DATA' property.
      • ERROR_LOG

        public static final org.apache.cayenne.exp.Property<List<ErrorLog>> ERROR_LOG
        Provides the 'ERROR_LOG' property.
      • EVENT_LOG

        public static final org.apache.cayenne.exp.Property<List<EventLog>> EVENT_LOG
        Provides the 'EVENT_LOG' property.
      • PORTAL

        public static final org.apache.cayenne.exp.Property<Portal> PORTAL
        Provides the 'PORTAL' property.
      • SUBMISSION

        public static final org.apache.cayenne.exp.Property<Submission> SUBMISSION
        Provides the 'SUBMISSION' property.
    • Constructor Detail

      • _EmailQueue

        public _EmailQueue()
    • Method Detail

      • setAddressFrom

        public void setAddressFrom​(String addressFrom)
        Set the addressFrom value.
        Parameters:
        addressFrom - the addressFrom value to set
      • getAddressFrom

        public String getAddressFrom()
        Return the addressFrom value.
        Returns:
        addressFrom the addressFrom value
      • setAddressesBcc

        public void setAddressesBcc​(String addressesBcc)
        Set the addressesBcc value.
        Parameters:
        addressesBcc - the addressesBcc value to set
      • getAddressesBcc

        public String getAddressesBcc()
        Return the addressesBcc value.
        Returns:
        addressesBcc the addressesBcc value
      • setAddressesCc

        public void setAddressesCc​(String addressesCc)
        Set the addressesCc value.
        Parameters:
        addressesCc - the addressesCc value to set
      • getAddressesCc

        public String getAddressesCc()
        Return the addressesCc value.
        Returns:
        addressesCc the addressesCc value
      • setAddressesReplyTo

        public void setAddressesReplyTo​(String addressesReplyTo)
        Set the addressesReplyTo value.
        Parameters:
        addressesReplyTo - the addressesReplyTo value to set
      • getAddressesReplyTo

        public String getAddressesReplyTo()
        Return the addressesReplyTo value.
        Returns:
        addressesReplyTo the addressesReplyTo value
      • setAddressesTo

        public void setAddressesTo​(String addressesTo)
        Set the addressesTo value.
        Parameters:
        addressesTo - the addressesTo value to set
      • getAddressesTo

        public String getAddressesTo()
        Return the addressesTo value.
        Returns:
        addressesTo the addressesTo value
      • setAttachSubmissionReceiptFlag

        public void setAttachSubmissionReceiptFlag​(boolean attachSubmissionReceiptFlag)
        Set the attachSubmissionReceiptFlag value.
        Parameters:
        attachSubmissionReceiptFlag - the attachSubmissionReceiptFlag value to set
      • isAttachSubmissionReceiptFlag

        public boolean isAttachSubmissionReceiptFlag()
        Return the attachSubmissionReceiptFlag value.
        Returns:
        attachSubmissionReceiptFlag the attachSubmissionReceiptFlag value
      • setAttachments

        public void setAttachments​(byte[] attachments)
        Set the attachments value.
        Parameters:
        attachments - the attachments value to set
      • getAttachments

        public byte[] getAttachments()
        Return the attachments value.
        Returns:
        attachments the attachments value
      • setBody

        public void setBody​(String body)
        Set the body value.
        Parameters:
        body - the body value to set
      • getBody

        public String getBody()
        Return the body value.
        Returns:
        body the body value
      • setCategory

        public void setCategory​(String category)
        Set the category value.
        Parameters:
        category - the category value to set
      • getCategory

        public String getCategory()
        Return the category value.
        Returns:
        category the category value
      • setCreatedTimestamp

        public void setCreatedTimestamp​(Date createdTimestamp)
        Set the createdTimestamp value.
        Parameters:
        createdTimestamp - the createdTimestamp value to set
      • getCreatedTimestamp

        public Date getCreatedTimestamp()
        Return the createdTimestamp value.
        Returns:
        createdTimestamp the createdTimestamp value
      • setDeliveryAttempts

        public void setDeliveryAttempts​(int deliveryAttempts)
        Set the deliveryAttempts value.
        Parameters:
        deliveryAttempts - the deliveryAttempts value to set
      • getDeliveryAttempts

        public int getDeliveryAttempts()
        Return the deliveryAttempts value.
        Returns:
        deliveryAttempts the deliveryAttempts value
      • setEmailStatus

        public void setEmailStatus​(String emailStatus)
        Set the emailStatus value.
        Parameters:
        emailStatus - the emailStatus value to set
      • getEmailStatus

        public String getEmailStatus()
        Return the emailStatus value.
        Returns:
        emailStatus the emailStatus value
      • setMaxDeliveryAttempts

        public void setMaxDeliveryAttempts​(int maxDeliveryAttempts)
        Set the maxDeliveryAttempts value.
        Parameters:
        maxDeliveryAttempts - the maxDeliveryAttempts value to set
      • getMaxDeliveryAttempts

        public int getMaxDeliveryAttempts()
        Return the maxDeliveryAttempts value.
        Returns:
        maxDeliveryAttempts the maxDeliveryAttempts value
      • setPlainBody

        public void setPlainBody​(String plainBody)
        Set the plainBody value.
        Parameters:
        plainBody - the plainBody value to set
      • getPlainBody

        public String getPlainBody()
        Return the plainBody value.
        Returns:
        plainBody the plainBody value
      • setSubject

        public void setSubject​(String subject)
        Set the subject value.
        Parameters:
        subject - the subject value to set
      • getSubject

        public String getSubject()
        Return the subject value.
        Returns:
        subject the subject value
      • setEmailQueueData

        public void setEmailQueueData​(EmailQueueData emailQueueData)
        Set the EmailQueueData.
        Parameters:
        emailQueueData - the emailQueueData value to set
      • getEmailQueueData

        public EmailQueueData getEmailQueueData()
        Return the EmailQueueData.
        Returns:
        the emailQueueData value
      • addToErrorLog

        public void addToErrorLog​(ErrorLog obj)
        Add the ErrorLog object.
        Parameters:
        obj - the errorLog value to add
      • removeFromErrorLog

        public void removeFromErrorLog​(ErrorLog obj)
        Remove the ErrorLog object.
        Parameters:
        obj - the errorLog value to remove
      • getErrorLog

        public List<ErrorLog> getErrorLog()
        Return the ErrorLog.
        Returns:
        errorLog value
      • addToEventLog

        public void addToEventLog​(EventLog obj)
        Add the EventLog object.
        Parameters:
        obj - the eventLog value to add
      • removeFromEventLog

        public void removeFromEventLog​(EventLog obj)
        Remove the EventLog object.
        Parameters:
        obj - the eventLog value to remove
      • getEventLog

        public List<EventLog> getEventLog()
        Return the EventLog.
        Returns:
        eventLog value
      • setPortal

        public void setPortal​(Portal portal)
        Set the Portal.
        Parameters:
        portal - the portal value to set
      • getPortal

        public Portal getPortal()
        Return the Portal.
        Returns:
        the portal value
      • setSubmission

        public void setSubmission​(Submission submission)
        Set the Submission.
        Parameters:
        submission - the submission value to set
      • getSubmission

        public Submission getSubmission()
        Return the Submission.
        Returns:
        the submission value