Package org.teamapps.dto
Class UiInfiniteItemViewDataRequest
- java.lang.Object
-
- org.teamapps.dto.UiInfiniteItemViewDataRequest
-
-
Field Summary
Fields Modifier and Type Field Description protected intlengthprotected intstartIndex
-
Constructor Summary
Constructors Constructor Description UiInfiniteItemViewDataRequest()Deprecated.Only for Jackson deserialization.UiInfiniteItemViewDataRequest(int startIndex, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()intgetStartIndex()UiObjectTypegetUiObjectType()java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getStartIndex
public int getStartIndex()
-
getLength
public int getLength()
-
-