Package org.teamapps.dto
Klasse UiInfiniteItemView2.SetDataCommand
java.lang.Object
org.teamapps.dto.UiInfiniteItemView2.SetDataCommand
- Umschließende Klasse:
UiInfiniteItemView2
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected List<UiInfiniteItemViewClientRecord> protected intprotected int -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.SetDataCommand(String componentId, int startIndex, List<Integer> recordIds, List<UiInfiniteItemViewClientRecord> newRecords, int totalNumberOfRecords) -
Methodenübersicht
-
Felddetails
-
componentId
-
startIndex
protected int startIndex -
recordIds
-
newRecords
-
totalNumberOfRecords
protected int totalNumberOfRecords
-
-
Konstruktordetails
-
SetDataCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
SetDataCommand
public SetDataCommand(String componentId, int startIndex, List<Integer> recordIds, List<UiInfiniteItemViewClientRecord> newRecords, int totalNumberOfRecords)
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getStartIndex
public int getStartIndex() -
getRecordIds
-
getNewRecords
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords()
-