Class _SubmissionDeliveryCheckpoint

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

    public abstract class _SubmissionDeliveryCheckpoint
    extends BaseEntity

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

      • CHECKPOINT_TIME_PROPERTY

        public static final String CHECKPOINT_TIME_PROPERTY
        Provides the 'checkpointTime' property name.
        See Also:
        Constant Field Values
      • DELIVERY_SERVICE_NAME_PROPERTY

        public static final String DELIVERY_SERVICE_NAME_PROPERTY
        Provides the 'deliveryServiceName' property name.
        See Also:
        Constant Field Values
      • DESCRIPTION_PROPERTY

        public static final String DESCRIPTION_PROPERTY
        Provides the 'description' property name.
        See Also:
        Constant Field Values
      • SUBMISSION_PROPERTY

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

        public static final String DELIVERY_CHECKPOINT_OID_PK_COLUMN
        Provides the 'delivery_checkpoint_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CHECKPOINT_TIME

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

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

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

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

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

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

      • _SubmissionDeliveryCheckpoint

        public _SubmissionDeliveryCheckpoint()
    • Method Detail

      • setCheckpointTime

        public void setCheckpointTime​(Date checkpointTime)
        Set the checkpointTime value.
        Parameters:
        checkpointTime - the checkpointTime value to set
      • getCheckpointTime

        public Date getCheckpointTime()
        Return the checkpointTime value.
        Returns:
        checkpointTime the checkpointTime value
      • setDeliveryServiceName

        public void setDeliveryServiceName​(String deliveryServiceName)
        Set the deliveryServiceName value.
        Parameters:
        deliveryServiceName - the deliveryServiceName value to set
      • getDeliveryServiceName

        public String getDeliveryServiceName()
        Return the deliveryServiceName value.
        Returns:
        deliveryServiceName the deliveryServiceName value
      • setDescription

        public void setDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
      • getDescription

        public String getDescription()
        Return the description value.
        Returns:
        description the description value
      • setName

        public void setName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
      • getName

        public String getName()
        Return the name value.
        Returns:
        name the name value
      • setStatus

        public void setStatus​(String status)
        Set the status value.
        Parameters:
        status - the status value to set
      • getStatus

        public String getStatus()
        Return the status value.
        Returns:
        status the status 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