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 Pageprotected Page -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetList()intgetSize()voidsetNextPage(Page nextPage) voidsetPreviousPage(Page previousPage) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
getList
- Specified by:
getListin interfaceBatch<InstrumentTypeLink>
-
getSize
public int getSize()- Specified by:
getSizein interfaceBatch<InstrumentTypeLink>
-
getPreviousPage
- Specified by:
getPreviousPagein interfacePaginatedBatch<InstrumentTypeLink>
-
setPreviousPage
- Specified by:
setPreviousPagein interfacePaginatedBatch<InstrumentTypeLink>
-
getNextPage
- Specified by:
getNextPagein interfacePaginatedBatch<InstrumentTypeLink>
-
setNextPage
- Specified by:
setNextPagein interfacePaginatedBatch<InstrumentTypeLink>
-