Class _TemplateVersionDeployment

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

    public abstract class _TemplateVersionDeployment
    extends BaseEntity

    Provides the _TemplateVersionDeployment 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<Date> DEPLOYMENT_TIME
      Provides the 'DEPLOYMENT_TIME' property.
      static String DEPLOYMENT_TIME_PROPERTY
      Provides the 'deploymentTime' property name.
      static org.apache.cayenne.exp.Property<Form> FORM
      Provides the 'FORM' property.
      static String FORM_PROPERTY
      Provides the 'form' relationship name.
      static org.apache.cayenne.exp.Property<String> MESSAGE
      Provides the 'MESSAGE' property.
      static String MESSAGE_PROPERTY
      Provides the 'message' property name.
      static org.apache.cayenne.exp.Property<String> STATUS
      Provides the 'STATUS' property.
      static String STATUS_PROPERTY
      Provides the 'status' property name.
      static String TEMPLATE_VERSION_DEPLOY_OID_PK_COLUMN
      Provides the 'template_version_deploy_oid' primary key database column name.
      static org.apache.cayenne.exp.Property<String> VERSION_NUMBER
      Provides the 'VERSION_NUMBER' property.
      static String VERSION_NUMBER_PROPERTY
      Provides the 'versionNumber' 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
      Date getDeploymentTime()
      Return the deploymentTime value.
      Form getForm()
      Return the Form.
      String getMessage()
      Return the message value.
      String getStatus()
      Return the status value.
      String getVersionNumber()
      Return the versionNumber value.
      void setDeploymentTime​(Date deploymentTime)
      Set the deploymentTime value.
      void setForm​(Form form)
      Set the Form.
      void setMessage​(String message)
      Set the message value.
      void setStatus​(String status)
      Set the status value.
      void setVersionNumber​(String versionNumber)
      Set the versionNumber 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

      • DEPLOYMENT_TIME_PROPERTY

        public static final String DEPLOYMENT_TIME_PROPERTY
        Provides the 'deploymentTime' property name.
        See Also:
        Constant Field Values
      • VERSION_NUMBER_PROPERTY

        public static final String VERSION_NUMBER_PROPERTY
        Provides the 'versionNumber' property name.
        See Also:
        Constant Field Values
      • TEMPLATE_VERSION_DEPLOY_OID_PK_COLUMN

        public static final String TEMPLATE_VERSION_DEPLOY_OID_PK_COLUMN
        Provides the 'template_version_deploy_oid' primary key database column name.
        See Also:
        Constant Field Values
      • DEPLOYMENT_TIME

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

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

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

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

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

      • _TemplateVersionDeployment

        public _TemplateVersionDeployment()
    • Method Detail

      • setDeploymentTime

        public void setDeploymentTime​(Date deploymentTime)
        Set the deploymentTime value.
        Parameters:
        deploymentTime - the deploymentTime value to set
      • getDeploymentTime

        public Date getDeploymentTime()
        Return the deploymentTime value.
        Returns:
        deploymentTime the deploymentTime value
      • setMessage

        public void setMessage​(String message)
        Set the message value.
        Parameters:
        message - the message value to set
      • getMessage

        public String getMessage()
        Return the message value.
        Returns:
        message the message 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
      • setVersionNumber

        public void setVersionNumber​(String versionNumber)
        Set the versionNumber value.
        Parameters:
        versionNumber - the versionNumber value to set
      • getVersionNumber

        public String getVersionNumber()
        Return the versionNumber value.
        Returns:
        versionNumber the versionNumber value
      • setForm

        public void setForm​(Form form)
        Set the Form.
        Parameters:
        form - the form value to set
      • getForm

        public Form getForm()
        Return the Form.
        Returns:
        the form value