java.lang.Object
com.genologics.ri.instrumenttype.InstrumentTypes
- All Implemented Interfaces:
Batch<InstrumentTypeLink>
,PaginatedBatch<InstrumentTypeLink>
,Serializable
,Iterable<InstrumentTypeLink>
public class InstrumentTypes
extends Object
implements PaginatedBatch<InstrumentTypeLink>, Serializable
- Since:
- 2.24
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<InstrumentTypeLink>
protected Page
protected Page
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList()
int
getSize()
iterator()
void
setNextPage
(Page nextPage) void
setPreviousPage
(Page previousPage) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
instrumentTypes
-
previousPage
- Since:
- 2.31
-
nextPage
- Since:
- 2.31
-
-
Constructor Details
-
InstrumentTypes
public InstrumentTypes()
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<InstrumentTypeLink>
-
getList
- Specified by:
getList
in interfaceBatch<InstrumentTypeLink>
-
getSize
public int getSize()- Specified by:
getSize
in interfaceBatch<InstrumentTypeLink>
-
getPreviousPage
- Specified by:
getPreviousPage
in interfacePaginatedBatch<InstrumentTypeLink>
-
setPreviousPage
- Specified by:
setPreviousPage
in interfacePaginatedBatch<InstrumentTypeLink>
-
getNextPage
- Specified by:
getNextPage
in interfacePaginatedBatch<InstrumentTypeLink>
-
setNextPage
- Specified by:
setNextPage
in interfacePaginatedBatch<InstrumentTypeLink>
-