Class _LibraryShare

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

    public abstract class _LibraryShare
    extends BaseEntity

    Provides the _LibraryShare 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> ACCESS_TYPE
      Provides the 'ACCESS_TYPE' property.
      static String ACCESS_TYPE_PROPERTY
      Provides the 'accessType' property name.
      static org.apache.cayenne.exp.Property<Client> CLIENT
      Provides the 'CLIENT' property.
      static String CLIENT_PROPERTY
      Provides the 'client' relationship name.
      static org.apache.cayenne.exp.Property<Library> LIBRARY
      Provides the 'LIBRARY' property.
      static String LIBRARY_PROPERTY
      Provides the 'library' relationship name.
      static String LIBRARY_SHARE_OID_PK_COLUMN
      Provides the 'library_share_oid' primary key database column 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
      _LibraryShare()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getAccessType()
      Return the accessType value.
      Client getClient()
      Return the Client.
      Library getLibrary()
      Return the Library.
      void setAccessType​(String accessType)
      Set the accessType value.
      void setClient​(Client client)
      Set the Client.
      void setLibrary​(Library library)
      Set the Library.
      • 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

      • ACCESS_TYPE_PROPERTY

        public static final String ACCESS_TYPE_PROPERTY
        Provides the 'accessType' property name.
        See Also:
        Constant Field Values
      • LIBRARY_PROPERTY

        public static final String LIBRARY_PROPERTY
        Provides the 'library' relationship name.
        See Also:
        Constant Field Values
      • LIBRARY_SHARE_OID_PK_COLUMN

        public static final String LIBRARY_SHARE_OID_PK_COLUMN
        Provides the 'library_share_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ACCESS_TYPE

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

        public static final org.apache.cayenne.exp.Property<Client> CLIENT
        Provides the 'CLIENT' property.
      • LIBRARY

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

      • _LibraryShare

        public _LibraryShare()
    • Method Detail

      • setAccessType

        public void setAccessType​(String accessType)
        Set the accessType value.
        Parameters:
        accessType - the accessType value to set
      • getAccessType

        public String getAccessType()
        Return the accessType value.
        Returns:
        accessType the accessType value
      • setClient

        public void setClient​(Client client)
        Set the Client.
        Parameters:
        client - the client value to set
      • getClient

        public Client getClient()
        Return the Client.
        Returns:
        the client value
      • setLibrary

        public void setLibrary​(Library library)
        Set the Library.
        Parameters:
        library - the library value to set
      • getLibrary

        public Library getLibrary()
        Return the Library.
        Returns:
        the library value