Class AbstractServerMessage

java.lang.Object
org.teamapps.dto.AbstractServerMessage
All Implemented Interfaces:
UiObject
Direct Known Subclasses:
CLIENT_ERROR, INIT_NOK, INIT_OK, MULTI_CMD, REINIT_NOK, REINIT_OK, SESSION_CLOSED

public abstract class AbstractServerMessage
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractServerMessage()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.teamapps.dto.UiObject

    getUiObjectType
  • Constructor Details

  • Method Details

    • toString

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