Class _SubmissionDeliveryFunc

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

    public abstract class _SubmissionDeliveryFunc
    extends BaseEntity

    Provides the _SubmissionDeliveryFunc 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

      • DELIVERY_ATTEMPTS_PROPERTY

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

        public static final String DELIVERY_STATUS_PROPERTY
        Provides the 'deliveryStatus' property name.
        See Also:
        Constant Field Values
      • MAX_ATTEMPTS_PROPERTY

        public static final String MAX_ATTEMPTS_PROPERTY
        Provides the 'maxAttempts' property name.
        See Also:
        Constant Field Values
      • NEXT_DELIVERY_TIME_PROPERTY

        public static final String NEXT_DELIVERY_TIME_PROPERTY
        Provides the 'nextDeliveryTime' property name.
        See Also:
        Constant Field Values
      • GROOVY_SERVICE_LOG_PROPERTY

        public static final String GROOVY_SERVICE_LOG_PROPERTY
        Provides the 'groovyServiceLog' relationship name.
        See Also:
        Constant Field Values
      • SERVICE_PROPERTY

        public static final String SERVICE_PROPERTY
        Provides the 'service' 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
      • SUB_DELIVERY_FUNC_OID_PK_COLUMN

        public static final String SUB_DELIVERY_FUNC_OID_PK_COLUMN
        Provides the 'sub_delivery_func_oid' primary key database column name.
        See Also:
        Constant Field Values
      • DELIVERY_ATTEMPTS

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

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

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

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

        public static final org.apache.cayenne.exp.Property<GroovyServiceLog> GROOVY_SERVICE_LOG
        Provides the 'GROOVY_SERVICE_LOG' property.
      • SERVICE

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

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

      • _SubmissionDeliveryFunc

        public _SubmissionDeliveryFunc()
    • Method Detail

      • setDeliveryAttempts

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

        public Integer getDeliveryAttempts()
        Return the deliveryAttempts value.
        Returns:
        deliveryAttempts the deliveryAttempts value
      • setDeliveryStatus

        public void setDeliveryStatus​(String deliveryStatus)
        Set the deliveryStatus value.
        Parameters:
        deliveryStatus - the deliveryStatus value to set
      • getDeliveryStatus

        public String getDeliveryStatus()
        Return the deliveryStatus value.
        Returns:
        deliveryStatus the deliveryStatus value
      • setMaxAttempts

        public void setMaxAttempts​(Integer maxAttempts)
        Set the maxAttempts value.
        Parameters:
        maxAttempts - the maxAttempts value to set
      • getMaxAttempts

        public Integer getMaxAttempts()
        Return the maxAttempts value.
        Returns:
        maxAttempts the maxAttempts value
      • setNextDeliveryTime

        public void setNextDeliveryTime​(Date nextDeliveryTime)
        Set the nextDeliveryTime value.
        Parameters:
        nextDeliveryTime - the nextDeliveryTime value to set
      • getNextDeliveryTime

        public Date getNextDeliveryTime()
        Return the nextDeliveryTime value.
        Returns:
        nextDeliveryTime the nextDeliveryTime value
      • setGroovyServiceLog

        public void setGroovyServiceLog​(GroovyServiceLog groovyServiceLog)
        Set the GroovyServiceLog.
        Parameters:
        groovyServiceLog - the groovyServiceLog value to set
      • getGroovyServiceLog

        public GroovyServiceLog getGroovyServiceLog()
        Return the GroovyServiceLog.
        Returns:
        the groovyServiceLog value
      • setService

        public void setService​(ServiceDefinition service)
        Set the Service.
        Parameters:
        service - the service value to set
      • getService

        public ServiceDefinition getService()
        Return the Service.
        Returns:
        the service 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