Class _ReleaseVersion

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

    public abstract class _ReleaseVersion
    extends BaseEntity

    Provides the _ReleaseVersion 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> CREATED_AT
      Provides the 'CREATED_AT' property.
      static String CREATED_AT_PROPERTY
      Provides the 'createdAt' property name.
      static org.apache.cayenne.exp.Property<String> CREATED_BY
      Provides the 'CREATED_BY' property.
      static String CREATED_BY_PROPERTY
      Provides the 'createdBy' property name.
      static org.apache.cayenne.exp.Property<List<Library>> LIBRARIES
      Provides the 'LIBRARIES' property.
      static String LIBRARIES_PROPERTY
      Provides the 'libraries' relationship name.
      static String RELEASE_VERSION_OID_PK_COLUMN
      Provides the 'release_version_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
    • Constructor Summary

      Constructors 
      Constructor Description
      _ReleaseVersion()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToLibraries​(Library obj)
      Add the Libraries object.
      Date getCreatedAt()
      Return the createdAt value.
      String getCreatedBy()
      Return the createdBy value.
      List<Library> getLibraries()
      Return the Libraries.
      String getVersionNumber()
      Return the versionNumber value.
      void removeFromLibraries​(Library obj)
      Remove the Libraries object.
      void setCreatedAt​(Date createdAt)
      Set the createdAt value.
      void setCreatedBy​(String createdBy)
      Set the createdBy 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

      • CREATED_AT_PROPERTY

        public static final String CREATED_AT_PROPERTY
        Provides the 'createdAt' property name.
        See Also:
        Constant Field Values
      • CREATED_BY_PROPERTY

        public static final String CREATED_BY_PROPERTY
        Provides the 'createdBy' 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
      • LIBRARIES_PROPERTY

        public static final String LIBRARIES_PROPERTY
        Provides the 'libraries' relationship name.
        See Also:
        Constant Field Values
      • RELEASE_VERSION_OID_PK_COLUMN

        public static final String RELEASE_VERSION_OID_PK_COLUMN
        Provides the 'release_version_oid' primary key database column name.
        See Also:
        Constant Field Values
      • CREATED_AT

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

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

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

        public static final org.apache.cayenne.exp.Property<List<Library>> LIBRARIES
        Provides the 'LIBRARIES' property.
    • Constructor Detail

      • _ReleaseVersion

        public _ReleaseVersion()
    • Method Detail

      • setCreatedAt

        public void setCreatedAt​(Date createdAt)
        Set the createdAt value.
        Parameters:
        createdAt - the createdAt value to set
      • getCreatedAt

        public Date getCreatedAt()
        Return the createdAt value.
        Returns:
        createdAt the createdAt value
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
        Set the createdBy value.
        Parameters:
        createdBy - the createdBy value to set
      • getCreatedBy

        public String getCreatedBy()
        Return the createdBy value.
        Returns:
        createdBy the createdBy 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
      • addToLibraries

        public void addToLibraries​(Library obj)
        Add the Libraries object.
        Parameters:
        obj - the libraries value to add
      • removeFromLibraries

        public void removeFromLibraries​(Library obj)
        Remove the Libraries object.
        Parameters:
        obj - the libraries value to remove
      • getLibraries

        public List<Library> getLibraries()
        Return the Libraries.
        Returns:
        libraries value