Class UiCalendar.EventMovedEvent

java.lang.Object
org.teamapps.dto.UiCalendar.EventMovedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiCalendar

public static class UiCalendar.EventMovedEvent
extends java.lang.Object
implements UiEvent
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected int eventId  
    protected long newEnd  
    protected long newStart  
  • Constructor Summary

    Constructors 
    Constructor Description
    EventMovedEvent()
    Deprecated.
    Only for Jackson deserialization.
    EventMovedEvent​(java.lang.String componentId, int eventId, long newStart, long newEnd)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    int getEventId()  
    long getNewEnd()  
    long getNewStart()  
    UiEventType getUiEventType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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