Class _SecurityManagerLog

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

    public abstract class _SecurityManagerLog
    extends BaseEntity

    Provides the _SecurityManagerLog 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 Detail

      • REQUEST_IP_ADDRESS_PROPERTY

        public static final String REQUEST_IP_ADDRESS_PROPERTY
        Provides the 'requestIpAddress' property name.
        See Also:
        Constant Field Values
      • REQUEST_SESSION_ID_PROPERTY

        public static final String REQUEST_SESSION_ID_PROPERTY
        Provides the 'requestSessionId' property name.
        See Also:
        Constant Field Values
      • REQUEST_TIME_PROPERTY

        public static final String REQUEST_TIME_PROPERTY
        Provides the 'requestTime' property name.
        See Also:
        Constant Field Values
      • REQUEST_URL_PROPERTY

        public static final String REQUEST_URL_PROPERTY
        Provides the 'requestUrl' property name.
        See Also:
        Constant Field Values
      • REQUEST_USER_AGENT_PROPERTY

        public static final String REQUEST_USER_AGENT_PROPERTY
        Provides the 'requestUserAgent' property name.
        See Also:
        Constant Field Values
      • RESPONSE_REDIRECT_PROPERTY

        public static final String RESPONSE_REDIRECT_PROPERTY
        Provides the 'responseRedirect' property name.
        See Also:
        Constant Field Values
      • RESPONSE_STATUS_PROPERTY

        public static final String RESPONSE_STATUS_PROPERTY
        Provides the 'responseStatus' 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
      • SECURITY_MANAGER_PROPERTY

        public static final String SECURITY_MANAGER_PROPERTY
        Provides the 'securityManager' relationship name.
        See Also:
        Constant Field Values
      • SECURITY_MANAGER_LOG_DATA_PROPERTY

        public static final String SECURITY_MANAGER_LOG_DATA_PROPERTY
        Provides the 'securityManagerLogData' relationship name.
        See Also:
        Constant Field Values
      • SECURITY_MANAGER_LOG_OID_PK_COLUMN

        public static final String SECURITY_MANAGER_LOG_OID_PK_COLUMN
        Provides the 'security_manager_log_oid' primary key database column name.
        See Also:
        Constant Field Values
      • REQUEST_IP_ADDRESS

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

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

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

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

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

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

        public static final org.apache.cayenne.exp.Property<Integer> RESPONSE_STATUS
        Provides the 'RESPONSE_STATUS' property.
      • ERROR_LOG

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

        public static final org.apache.cayenne.exp.Property<Portal> PORTAL
        Provides the 'PORTAL' property.
      • SECURITY_MANAGER

        public static final org.apache.cayenne.exp.Property<SecurityManager> SECURITY_MANAGER
        Provides the 'SECURITY_MANAGER' property.
      • SECURITY_MANAGER_LOG_DATA

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

      • _SecurityManagerLog

        public _SecurityManagerLog()
    • Method Detail

      • setRequestIpAddress

        public void setRequestIpAddress​(String requestIpAddress)
        Set the requestIpAddress value.
        Parameters:
        requestIpAddress - the requestIpAddress value to set
      • getRequestIpAddress

        public String getRequestIpAddress()
        Return the requestIpAddress value.
        Returns:
        requestIpAddress the requestIpAddress value
      • setRequestSessionId

        public void setRequestSessionId​(String requestSessionId)
        Set the requestSessionId value.
        Parameters:
        requestSessionId - the requestSessionId value to set
      • getRequestSessionId

        public String getRequestSessionId()
        Return the requestSessionId value.
        Returns:
        requestSessionId the requestSessionId value
      • setRequestTime

        public void setRequestTime​(Date requestTime)
        Set the requestTime value.
        Parameters:
        requestTime - the requestTime value to set
      • getRequestTime

        public Date getRequestTime()
        Return the requestTime value.
        Returns:
        requestTime the requestTime value
      • setRequestUrl

        public void setRequestUrl​(String requestUrl)
        Set the requestUrl value.
        Parameters:
        requestUrl - the requestUrl value to set
      • getRequestUrl

        public String getRequestUrl()
        Return the requestUrl value.
        Returns:
        requestUrl the requestUrl value
      • setRequestUserAgent

        public void setRequestUserAgent​(String requestUserAgent)
        Set the requestUserAgent value.
        Parameters:
        requestUserAgent - the requestUserAgent value to set
      • getRequestUserAgent

        public String getRequestUserAgent()
        Return the requestUserAgent value.
        Returns:
        requestUserAgent the requestUserAgent value
      • setResponseRedirect

        public void setResponseRedirect​(String responseRedirect)
        Set the responseRedirect value.
        Parameters:
        responseRedirect - the responseRedirect value to set
      • getResponseRedirect

        public String getResponseRedirect()
        Return the responseRedirect value.
        Returns:
        responseRedirect the responseRedirect value
      • setResponseStatus

        public void setResponseStatus​(Integer responseStatus)
        Set the responseStatus value.
        Parameters:
        responseStatus - the responseStatus value to set
      • getResponseStatus

        public Integer getResponseStatus()
        Return the responseStatus value.
        Returns:
        responseStatus the responseStatus 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
      • setPortal

        public void setPortal​(Portal portal)
        Set the Portal.
        Parameters:
        portal - the portal value to set
      • getPortal

        public Portal getPortal()
        Return the Portal.
        Returns:
        the portal value
      • setSecurityManager

        public void setSecurityManager​(SecurityManager securityManager)
        Set the SecurityManager.
        Parameters:
        securityManager - the securityManager value to set
      • getSecurityManager

        public SecurityManager getSecurityManager()
        Return the SecurityManager.
        Returns:
        the securityManager value
      • setSecurityManagerLogData

        public void setSecurityManagerLogData​(SecurityManagerLogData securityManagerLogData)
        Set the SecurityManagerLogData.
        Parameters:
        securityManagerLogData - the securityManagerLogData value to set
      • getSecurityManagerLogData

        public SecurityManagerLogData getSecurityManagerLogData()
        Return the SecurityManagerLogData.
        Returns:
        the securityManagerLogData value