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