Class UiInfiniteItemView2.SetDataCommand

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

public static class UiInfiniteItemView2.SetDataCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

    • componentId

      protected java.lang.String componentId
    • startIndex

      protected int startIndex
    • recordIds

      protected java.util.List<java.lang.Integer> recordIds
    • newRecords

      protected java.util.List<UiIdentifiableClientRecord> newRecords
    • totalNumberOfRecords

      protected int totalNumberOfRecords
  • Constructor Details

    • SetDataCommand

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

      public SetDataCommand​(java.lang.String componentId, int startIndex, java.util.List<java.lang.Integer> recordIds, java.util.List<UiIdentifiableClientRecord> newRecords, int totalNumberOfRecords)
  • 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>
    • getStartIndex

      public int getStartIndex()
    • getRecordIds

      public java.util.List<java.lang.Integer> getRecordIds()
    • getNewRecords

      public java.util.List<UiIdentifiableClientRecord> getNewRecords()
    • getTotalNumberOfRecords

      public int getTotalNumberOfRecords()