Package org.teamapps.dto
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 Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected java.util.List<UiIdentifiableClientRecord>newRecordsprotected java.util.List<java.lang.Integer>recordIdsprotected intstartIndexprotected inttotalNumberOfRecords -
Constructor Summary
Constructors Constructor Description SetDataCommand()Deprecated.Only for Jackson deserialization.SetDataCommand(java.lang.String componentId, int startIndex, java.util.List<java.lang.Integer> recordIds, java.util.List<UiIdentifiableClientRecord> newRecords, int totalNumberOfRecords) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()java.util.List<UiIdentifiableClientRecord>getNewRecords()java.util.List<java.lang.Integer>getRecordIds()intgetStartIndex()intgetTotalNumberOfRecords()java.lang.StringtoString()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 -
startIndex
protected int startIndex -
recordIds
protected java.util.List<java.lang.Integer> recordIds -
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:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getStartIndex
public int getStartIndex() -
getRecordIds
public java.util.List<java.lang.Integer> getRecordIds() -
getNewRecords
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords()
-