Class CreateApplicationEventRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      CreateApplicationEventRequest()
      Instantiates a new creates the application event request.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActionName()
      Gets the action name.
      java.lang.String getApplicationMessage()
      Gets the application message.
      com.hack23.cia.model.internal.application.system.impl.ApplicationOperationType getApplicationOperation()
      Gets the application operation.
      java.lang.String getElementId()
      Gets the element id.
      java.lang.String getErrorMessage()
      Gets the error message.
      com.hack23.cia.model.internal.application.system.impl.ApplicationEventGroup getEventGroup()
      Gets the event group.
      java.lang.String getPage()
      Gets the page.
      java.lang.String getPageMode()
      Gets the page mode.
      static long getSerialversionuid()
      Gets the serialversionuid.
      java.lang.String getSessionId()
      Gets the session id.
      java.lang.String getUserId()
      Gets the user id.
      void setActionName​(java.lang.String actionName)
      Sets the action name.
      void setApplicationMessage​(java.lang.String applicationMessage)
      Sets the application message.
      void setApplicationOperation​(com.hack23.cia.model.internal.application.system.impl.ApplicationOperationType applicationOperation)
      Sets the application operation.
      void setElementId​(java.lang.String elementId)
      Sets the element id.
      void setErrorMessage​(java.lang.String errorMessage)
      Sets the error message.
      void setEventGroup​(com.hack23.cia.model.internal.application.system.impl.ApplicationEventGroup eventGroup)
      Sets the event group.
      void setPage​(java.lang.String page)
      Sets the page.
      void setPageMode​(java.lang.String pageMode)
      Sets the page mode.
      void setSessionId​(java.lang.String sessionId)
      Sets the session id.
      void setUserId​(java.lang.String userId)
      Sets the user id.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CreateApplicationEventRequest

        public CreateApplicationEventRequest()
        Instantiates a new creates the application event request.
    • Method Detail

      • getEventGroup

        public com.hack23.cia.model.internal.application.system.impl.ApplicationEventGroup getEventGroup()
        Gets the event group.
        Returns:
        the event group
      • setEventGroup

        public void setEventGroup​(com.hack23.cia.model.internal.application.system.impl.ApplicationEventGroup eventGroup)
        Sets the event group.
        Parameters:
        eventGroup - the new event group
      • getApplicationOperation

        public com.hack23.cia.model.internal.application.system.impl.ApplicationOperationType getApplicationOperation()
        Gets the application operation.
        Returns:
        the application operation
      • setApplicationOperation

        public void setApplicationOperation​(com.hack23.cia.model.internal.application.system.impl.ApplicationOperationType applicationOperation)
        Sets the application operation.
        Parameters:
        applicationOperation - the new application operation
      • getSessionId

        public java.lang.String getSessionId()
        Gets the session id.
        Returns:
        the session id
      • setSessionId

        public void setSessionId​(java.lang.String sessionId)
        Sets the session id.
        Parameters:
        sessionId - the new session id
      • getPage

        public java.lang.String getPage()
        Gets the page.
        Returns:
        the page
      • setPage

        public void setPage​(java.lang.String page)
        Sets the page.
        Parameters:
        page - the new page
      • getPageMode

        public java.lang.String getPageMode()
        Gets the page mode.
        Returns:
        the page mode
      • setPageMode

        public void setPageMode​(java.lang.String pageMode)
        Sets the page mode.
        Parameters:
        pageMode - the new page mode
      • getElementId

        public java.lang.String getElementId()
        Gets the element id.
        Returns:
        the element id
      • setElementId

        public void setElementId​(java.lang.String elementId)
        Sets the element id.
        Parameters:
        elementId - the new element id
      • getActionName

        public java.lang.String getActionName()
        Gets the action name.
        Returns:
        the action name
      • setActionName

        public void setActionName​(java.lang.String actionName)
        Sets the action name.
        Parameters:
        actionName - the new action name
      • getUserId

        public java.lang.String getUserId()
        Gets the user id.
        Returns:
        the user id
      • setUserId

        public void setUserId​(java.lang.String userId)
        Sets the user id.
        Parameters:
        userId - the new user id
      • getErrorMessage

        public java.lang.String getErrorMessage()
        Gets the error message.
        Returns:
        the error message
      • setErrorMessage

        public void setErrorMessage​(java.lang.String errorMessage)
        Sets the error message.
        Parameters:
        errorMessage - the new error message
      • getApplicationMessage

        public java.lang.String getApplicationMessage()
        Gets the application message.
        Returns:
        the application message
      • setApplicationMessage

        public void setApplicationMessage​(java.lang.String applicationMessage)
        Sets the application message.
        Parameters:
        applicationMessage - the new application message
      • getSerialversionuid

        public static long getSerialversionuid()
        Gets the serialversionuid.
        Returns:
        the serialversionuid