Class _UserAuthEvent

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

    public abstract class _UserAuthEvent
    extends BaseEntity

    Provides the _UserAuthEvent 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

      • EVENT_IP_ADDRESS_PROPERTY

        public static final String EVENT_IP_ADDRESS_PROPERTY
        Provides the 'eventIpAddress' property name.
        See Also:
        Constant Field Values
      • EVENT_SESSION_ID_PROPERTY

        public static final String EVENT_SESSION_ID_PROPERTY
        Provides the 'eventSessionId' property name.
        See Also:
        Constant Field Values
      • EVENT_TIME_PROPERTY

        public static final String EVENT_TIME_PROPERTY
        Provides the 'eventTime' property name.
        See Also:
        Constant Field Values
      • EVENT_TYPE_PROPERTY

        public static final String EVENT_TYPE_PROPERTY
        Provides the 'eventType' property name.
        See Also:
        Constant Field Values
      • EVENT_USER_AGENT_PROPERTY

        public static final String EVENT_USER_AGENT_PROPERTY
        Provides the 'eventUserAgent' property name.
        See Also:
        Constant Field Values
      • USER_AUTH_EVENT_OID_PK_COLUMN

        public static final String USER_AUTH_EVENT_OID_PK_COLUMN
        Provides the 'user_auth_event_oid' primary key database column name.
        See Also:
        Constant Field Values
      • EVENT_IP_ADDRESS

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

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

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

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

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

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

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

      • _UserAuthEvent

        public _UserAuthEvent()
    • Method Detail

      • setEventIpAddress

        public void setEventIpAddress​(String eventIpAddress)
        Set the eventIpAddress value.
        Parameters:
        eventIpAddress - the eventIpAddress value to set
      • getEventIpAddress

        public String getEventIpAddress()
        Return the eventIpAddress value.
        Returns:
        eventIpAddress the eventIpAddress value
      • setEventSessionId

        public void setEventSessionId​(String eventSessionId)
        Set the eventSessionId value.
        Parameters:
        eventSessionId - the eventSessionId value to set
      • getEventSessionId

        public String getEventSessionId()
        Return the eventSessionId value.
        Returns:
        eventSessionId the eventSessionId value
      • setEventTime

        public void setEventTime​(Date eventTime)
        Set the eventTime value.
        Parameters:
        eventTime - the eventTime value to set
      • getEventTime

        public Date getEventTime()
        Return the eventTime value.
        Returns:
        eventTime the eventTime value
      • setEventType

        public void setEventType​(String eventType)
        Set the eventType value.
        Parameters:
        eventType - the eventType value to set
      • getEventType

        public String getEventType()
        Return the eventType value.
        Returns:
        eventType the eventType value
      • setEventUserAgent

        public void setEventUserAgent​(String eventUserAgent)
        Set the eventUserAgent value.
        Parameters:
        eventUserAgent - the eventUserAgent value to set
      • getEventUserAgent

        public String getEventUserAgent()
        Return the eventUserAgent value.
        Returns:
        eventUserAgent the eventUserAgent 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
      • setUser

        public void setUser​(UserAccount user)
        Set the User.
        Parameters:
        user - the user value to set
      • getUser

        public UserAccount getUser()
        Return the User.
        Returns:
        the user value