Class ApplicationActionEvent

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="ApplicationActionEvent")
    public class ApplicationActionEvent
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for ApplicationActionEvent complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ApplicationActionEvent">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="modelObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="modelObjectVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="applicationOperation" type="{http://system.application.internal.model.cia.hack23.com/impl}ApplicationOperationType" minOccurs="0"/>
             <element name="eventGroup" type="{http://system.application.internal.model.cia.hack23.com/impl}ApplicationEventGroup" minOccurs="0"/>
             <element name="page" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="pageMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="elementId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="actionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="applicationMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • modelObjectId

        protected java.lang.Integer modelObjectId
      • modelObjectVersion

        protected int modelObjectVersion
      • page

        protected java.lang.String page
      • pageMode

        protected java.lang.String pageMode
      • elementId

        protected java.lang.String elementId
      • actionName

        protected java.lang.String actionName
      • sessionId

        protected java.lang.String sessionId
      • userId

        protected java.lang.String userId
      • errorMessage

        protected java.lang.String errorMessage
      • applicationMessage

        protected java.lang.String applicationMessage
      • createdDate

        protected java.util.Date createdDate
      • hjid

        protected java.lang.Long hjid
    • Constructor Detail

      • ApplicationActionEvent

        public ApplicationActionEvent()
    • Method Detail

      • getModelObjectId

        public java.lang.Integer getModelObjectId()
        Gets the value of the modelObjectId property.
        Returns:
        possible object is Integer
      • setModelObjectId

        public void setModelObjectId​(java.lang.Integer value)
        Sets the value of the modelObjectId property.
        Parameters:
        value - allowed object is Integer
      • getModelObjectVersion

        public int getModelObjectVersion()
        Gets the value of the modelObjectVersion property.
      • setModelObjectVersion

        public void setModelObjectVersion​(int value)
        Sets the value of the modelObjectVersion property.
      • getPage

        public java.lang.String getPage()
        Gets the value of the page property.
        Returns:
        possible object is String
      • setPage

        public void setPage​(java.lang.String value)
        Sets the value of the page property.
        Parameters:
        value - allowed object is String
      • getPageMode

        public java.lang.String getPageMode()
        Gets the value of the pageMode property.
        Returns:
        possible object is String
      • setPageMode

        public void setPageMode​(java.lang.String value)
        Sets the value of the pageMode property.
        Parameters:
        value - allowed object is String
      • getElementId

        public java.lang.String getElementId()
        Gets the value of the elementId property.
        Returns:
        possible object is String
      • setElementId

        public void setElementId​(java.lang.String value)
        Sets the value of the elementId property.
        Parameters:
        value - allowed object is String
      • getActionName

        public java.lang.String getActionName()
        Gets the value of the actionName property.
        Returns:
        possible object is String
      • setActionName

        public void setActionName​(java.lang.String value)
        Sets the value of the actionName property.
        Parameters:
        value - allowed object is String
      • getSessionId

        public java.lang.String getSessionId()
        Gets the value of the sessionId property.
        Returns:
        possible object is String
      • setSessionId

        public void setSessionId​(java.lang.String value)
        Sets the value of the sessionId property.
        Parameters:
        value - allowed object is String
      • getUserId

        public java.lang.String getUserId()
        Gets the value of the userId property.
        Returns:
        possible object is String
      • setUserId

        public void setUserId​(java.lang.String value)
        Sets the value of the userId property.
        Parameters:
        value - allowed object is String
      • getErrorMessage

        public java.lang.String getErrorMessage()
        Gets the value of the errorMessage property.
        Returns:
        possible object is String
      • setErrorMessage

        public void setErrorMessage​(java.lang.String value)
        Sets the value of the errorMessage property.
        Parameters:
        value - allowed object is String
      • getApplicationMessage

        public java.lang.String getApplicationMessage()
        Gets the value of the applicationMessage property.
        Returns:
        possible object is String
      • setApplicationMessage

        public void setApplicationMessage​(java.lang.String value)
        Sets the value of the applicationMessage property.
        Parameters:
        value - allowed object is String
      • getCreatedDate

        public java.util.Date getCreatedDate()
        Gets the value of the createdDate property.
        Returns:
        possible object is String
      • setCreatedDate

        public void setCreatedDate​(java.util.Date value)
        Sets the value of the createdDate property.
        Parameters:
        value - allowed object is String
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getHjid

        public java.lang.Long getHjid()
        Gets the value of the hjid property.
        Returns:
        possible object is Long
      • setHjid

        public void setHjid​(java.lang.Long value)
        Sets the value of the hjid property.
        Parameters:
        value - allowed object is Long
      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object