Class UiCalendar.RegisterTemplateCommand

java.lang.Object
org.teamapps.dto.UiCalendar.RegisterTemplateCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiCalendar

public static class UiCalendar.RegisterTemplateCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected java.lang.String id  
    protected UiTemplate template  
  • Constructor Summary

    Constructors
    Constructor Description
    RegisterTemplateCommand()
    Deprecated.
    Only for Jackson deserialization.
    RegisterTemplateCommand​(java.lang.String componentId, java.lang.String id, UiTemplate template)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    java.lang.String getId()  
    UiTemplate getTemplate()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • componentId

      protected java.lang.String componentId
    • id

      protected java.lang.String id
    • template

      protected UiTemplate template
  • Constructor Details

    • RegisterTemplateCommand

      @Deprecated public RegisterTemplateCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • RegisterTemplateCommand

      public RegisterTemplateCommand​(java.lang.String componentId, java.lang.String id, UiTemplate template)
  • Method Details

    • toString

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

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getId

      public java.lang.String getId()
    • getTemplate

      public UiTemplate getTemplate()