Class _SecurityManagerLogData

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

    public abstract class _SecurityManagerLogData
    extends BaseEntity

    Provides the _SecurityManagerLogData 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> LOG_DATA
      Provides the 'LOG_DATA' property.
      static String LOG_DATA_PROPERTY
      Provides the 'logData' property name.
      static org.apache.cayenne.exp.Property<SecurityManagerLog> SECURITY_MANAGER_LOG
      Provides the 'SECURITY_MANAGER_LOG' property.
      static String SECURITY_MANAGER_LOG_DATA_OID_PK_COLUMN
      Provides the 'security_manager_log_data_oid' primary key database column name.
      static String SECURITY_MANAGER_LOG_PROPERTY
      Provides the 'securityManagerLog' 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getLogData()
      Return the logData value.
      SecurityManagerLog getSecurityManagerLog()
      Return the SecurityManagerLog.
      void setLogData​(String logData)
      Set the logData value.
      void setSecurityManagerLog​(SecurityManagerLog securityManagerLog)
      Set the SecurityManagerLog.
      • 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

      • LOG_DATA_PROPERTY

        public static final String LOG_DATA_PROPERTY
        Provides the 'logData' property name.
        See Also:
        Constant Field Values
      • SECURITY_MANAGER_LOG_PROPERTY

        public static final String SECURITY_MANAGER_LOG_PROPERTY
        Provides the 'securityManagerLog' relationship name.
        See Also:
        Constant Field Values
      • SECURITY_MANAGER_LOG_DATA_OID_PK_COLUMN

        public static final String SECURITY_MANAGER_LOG_DATA_OID_PK_COLUMN
        Provides the 'security_manager_log_data_oid' primary key database column name.
        See Also:
        Constant Field Values
      • LOG_DATA

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

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

      • _SecurityManagerLogData

        public _SecurityManagerLogData()
    • Method Detail

      • setLogData

        public void setLogData​(String logData)
        Set the logData value.
        Parameters:
        logData - the logData value to set
      • getLogData

        public String getLogData()
        Return the logData value.
        Returns:
        logData the logData value
      • setSecurityManagerLog

        public void setSecurityManagerLog​(SecurityManagerLog securityManagerLog)
        Set the SecurityManagerLog.
        Parameters:
        securityManagerLog - the securityManagerLog value to set
      • getSecurityManagerLog

        public SecurityManagerLog getSecurityManagerLog()
        Return the SecurityManagerLog.
        Returns:
        the securityManagerLog value