Class UiTree.SetSelectedNodeCommand

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

public static class UiTree.SetSelectedNodeCommand
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.Integer recordId  
  • Constructor Summary

    Constructors 
    Constructor Description
    SetSelectedNodeCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetSelectedNodeCommand​(java.lang.String componentId, java.lang.Integer recordId)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    java.lang.Integer getRecordId()  
    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
    • recordId

      protected java.lang.Integer recordId
  • Constructor Details

    • SetSelectedNodeCommand

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

      public SetSelectedNodeCommand​(java.lang.String componentId, java.lang.Integer recordId)
  • Method Details