Package org.teamapps.dto
Class UiImageDisplay.SetCachedImagesCommand
- java.lang.Object
-
- org.teamapps.dto.UiImageDisplay.SetCachedImagesCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiImageDisplay
public static class UiImageDisplay.SetCachedImagesCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<UiCachedImage>cachedImagesprotected java.lang.StringcomponentIdprotected intstartIndexprotected inttotalNumberOfRecords
-
Constructor Summary
Constructors Constructor Description SetCachedImagesCommand()Deprecated.Only for Jackson deserialization.SetCachedImagesCommand(java.lang.String componentId, int startIndex, java.util.List<UiCachedImage> cachedImages, int totalNumberOfRecords)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<UiCachedImage>getCachedImages()java.lang.StringgetComponentId()intgetStartIndex()intgetTotalNumberOfRecords()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
startIndex
protected int startIndex
-
cachedImages
protected java.util.List<UiCachedImage> cachedImages
-
totalNumberOfRecords
protected int totalNumberOfRecords
-
-
Constructor Detail
-
SetCachedImagesCommand
@Deprecated public SetCachedImagesCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SetCachedImagesCommand
public SetCachedImagesCommand(java.lang.String componentId, int startIndex, java.util.List<UiCachedImage> cachedImages, 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()
-
getCachedImages
public java.util.List<UiCachedImage> getCachedImages()
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords()
-
-