Package org.teamapps.dto
Class REINIT_OK
- java.lang.Object
-
- org.teamapps.dto.AbstractServerMessage
-
- org.teamapps.dto.REINIT_OK
-
- All Implemented Interfaces:
UiObject
public class REINIT_OK extends AbstractServerMessage implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Field Summary
Fields Modifier and Type Field Description protected intlastReceivedEventId
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLastReceivedEventId()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAbstractServerMessage
-
getLastReceivedEventId
public int getLastReceivedEventId()
-
-