Class _ErrorLogData

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

    public abstract class _ErrorLogData
    extends BaseEntity

    Provides the _ErrorLogData 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<ErrorLog> ERROR_LOG
      Provides the 'ERROR_LOG' property.
      static org.apache.cayenne.exp.Property<byte[]> ERROR_LOG_DATA
      Provides the 'ERROR_LOG_DATA' property.
      static String ERROR_LOG_DATA_OID_PK_COLUMN
      Provides the 'error_log_data_oid' primary key database column name.
      static String ERROR_LOG_DATA_PROPERTY
      Provides the 'errorLogData' property name.
      static String ERROR_LOG_PROPERTY
      Provides the 'errorLog' relationship 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
      _ErrorLogData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ErrorLog getErrorLog()
      Return the ErrorLog.
      byte[] getErrorLogData()
      Return the errorLogData value.
      void setErrorLog​(ErrorLog errorLog)
      Set the ErrorLog.
      void setErrorLogData​(byte[] errorLogData)
      Set the errorLogData 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

      • ERROR_LOG_DATA_PROPERTY

        public static final String ERROR_LOG_DATA_PROPERTY
        Provides the 'errorLogData' property name.
        See Also:
        Constant Field Values
      • ERROR_LOG_PROPERTY

        public static final String ERROR_LOG_PROPERTY
        Provides the 'errorLog' relationship name.
        See Also:
        Constant Field Values
      • ERROR_LOG_DATA_OID_PK_COLUMN

        public static final String ERROR_LOG_DATA_OID_PK_COLUMN
        Provides the 'error_log_data_oid' primary key database column name.
        See Also:
        Constant Field Values
      • ERROR_LOG_DATA

        public static final org.apache.cayenne.exp.Property<byte[]> ERROR_LOG_DATA
        Provides the 'ERROR_LOG_DATA' property.
      • ERROR_LOG

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

      • _ErrorLogData

        public _ErrorLogData()
    • Method Detail

      • setErrorLogData

        public void setErrorLogData​(byte[] errorLogData)
        Set the errorLogData value.
        Parameters:
        errorLogData - the errorLogData value to set
      • getErrorLogData

        public byte[] getErrorLogData()
        Return the errorLogData value.
        Returns:
        errorLogData the errorLogData value
      • setErrorLog

        public void setErrorLog​(ErrorLog errorLog)
        Set the ErrorLog.
        Parameters:
        errorLog - the errorLog value to set
      • getErrorLog

        public ErrorLog getErrorLog()
        Return the ErrorLog.
        Returns:
        the errorLog value