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
All Methods Instance Methods Concrete Methods 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()
-
-
-
Field Detail
-
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 Detail
-
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 Detail
-
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
public java.util.List<UiIdentifiableClientRecord> getNewRecords()
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords()
-
-