Class _SubmissionMilestone

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

    public abstract class _SubmissionMilestone
    extends BaseEntity

    Provides the _SubmissionMilestone 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 Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.cayenne.exp.Property<String> MILESTONE
      Provides the 'MILESTONE' property.
      static String MILESTONE_PROPERTY
      Provides the 'milestone' property name.
      static org.apache.cayenne.exp.Property<RequestLog> REQUEST_LOG
      Provides the 'REQUEST_LOG' property.
      static String REQUEST_LOG_PROPERTY
      Provides the 'requestLog' relationship name.
      static org.apache.cayenne.exp.Property<Submission> SUBMISSION
      Provides the 'SUBMISSION' property.
      static String SUBMISSION_MILESTONE_OID_PK_COLUMN
      Provides the 'submission_milestone_oid' primary key database column name.
      static String SUBMISSION_PROPERTY
      Provides the 'submission' relationship name.
      static org.apache.cayenne.exp.Property<Date> TIME_CREATED
      Provides the 'TIME_CREATED' property.
      static String TIME_CREATED_PROPERTY
      Provides the 'timeCreated' property name.
      • Fields inherited from class org.apache.cayenne.CayenneDataObject

        values
      • Fields inherited from class org.apache.cayenne.BaseDataObject

        snapshotVersion
      • Fields inherited from class org.apache.cayenne.PersistentObject

        objectContext, objectId, persistenceState
      • Fields inherited from interface org.apache.cayenne.DataObject

        DEFAULT_VERSION
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getMilestone()
      Return the milestone value.
      RequestLog getRequestLog()
      Return the RequestLog.
      Submission getSubmission()
      Return the Submission.
      Date getTimeCreated()
      Return the timeCreated value.
      void setMilestone​(String milestone)
      Set the milestone value.
      void setRequestLog​(RequestLog requestLog)
      Set the RequestLog.
      void setSubmission​(Submission submission)
      Set the Submission.
      void setTimeCreated​(Date timeCreated)
      Set the timeCreated value.
      • Methods inherited from class org.apache.cayenne.CayenneDataObject

        makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
      • Methods inherited from class org.apache.cayenne.BaseDataObject

        addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
      • Methods inherited from class org.apache.cayenne.PersistentObject

        getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
      • Methods inherited from interface org.apache.cayenne.Persistent

        getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
    • Field Detail

      • MILESTONE_PROPERTY

        public static final String MILESTONE_PROPERTY
        Provides the 'milestone' property name.
        See Also:
        Constant Field Values
      • TIME_CREATED_PROPERTY

        public static final String TIME_CREATED_PROPERTY
        Provides the 'timeCreated' property name.
        See Also:
        Constant Field Values
      • REQUEST_LOG_PROPERTY

        public static final String REQUEST_LOG_PROPERTY
        Provides the 'requestLog' 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
      • SUBMISSION_MILESTONE_OID_PK_COLUMN

        public static final String SUBMISSION_MILESTONE_OID_PK_COLUMN
        Provides the 'submission_milestone_oid' primary key database column name.
        See Also:
        Constant Field Values
      • MILESTONE

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

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

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

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

      • _SubmissionMilestone

        public _SubmissionMilestone()
    • Method Detail

      • setMilestone

        public void setMilestone​(String milestone)
        Set the milestone value.
        Parameters:
        milestone - the milestone value to set
      • getMilestone

        public String getMilestone()
        Return the milestone value.
        Returns:
        milestone the milestone value
      • setTimeCreated

        public void setTimeCreated​(Date timeCreated)
        Set the timeCreated value.
        Parameters:
        timeCreated - the timeCreated value to set
      • getTimeCreated

        public Date getTimeCreated()
        Return the timeCreated value.
        Returns:
        timeCreated the timeCreated value
      • setRequestLog

        public void setRequestLog​(RequestLog requestLog)
        Set the RequestLog.
        Parameters:
        requestLog - the requestLog value to set
      • getRequestLog

        public RequestLog getRequestLog()
        Return the RequestLog.
        Returns:
        the requestLog 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