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
Modifier and Type Method Description java.util.List<UiCachedImage>getCachedImages()java.lang.StringgetComponentId()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 -
cachedImages
-
totalNumberOfRecords
protected int totalNumberOfRecords
-
-
Constructor Details
-
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 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() -
getCachedImages
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords()
-