Class UiTable.MarkTableFieldCommand

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

public static class UiTable.MarkTableFieldCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • recordId

      protected int recordId
    • columnPropertyName

      protected String columnPropertyName
    • mark

      protected boolean mark
  • Constructor Details

    • MarkTableFieldCommand

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

      public MarkTableFieldCommand(String componentId, int recordId, String columnPropertyName, boolean mark)
  • Method Details

    • toString

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

      public String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<Void>
    • getRecordId

      public int getRecordId()
    • getColumnPropertyName

      public String getColumnPropertyName()
    • getMark

      public boolean getMark()