Package org.teamapps.dto
Class UiInfiniteItemView2.SetDataCommand
java.lang.Object
org.teamapps.dto.UiInfiniteItemView2.SetDataCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<UiInfiniteItemViewClientRecord> protected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetDataCommand(String componentId, int startIndex, List<Integer> recordIds, List<UiInfiniteItemViewClientRecord> newRecords, int totalNumberOfRecords) -
Method Summary
-
Field Details
-
componentId
-
startIndex
protected int startIndex -
recordIds
-
newRecords
-
totalNumberOfRecords
protected int totalNumberOfRecords
-
-
Constructor Details
-
SetDataCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetDataCommand
public SetDataCommand(String componentId, int startIndex, List<Integer> recordIds, List<UiInfiniteItemViewClientRecord> newRecords, int totalNumberOfRecords)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getStartIndex
public int getStartIndex() -
getRecordIds
-
getNewRecords
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords()
-