Class AnnotationListImpl
java.lang.Object
org.opencastproject.annotation.impl.AnnotationListImpl
- All Implemented Interfaces:
AnnotationList
A
List of AnnotationLists-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AnnotationImpl> protected intprotected intprotected int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
total
protected int total -
offset
protected int offset -
limit
protected int limit -
annotations
-
-
Constructor Details
-
AnnotationListImpl
public AnnotationListImpl()A no-arg constructor needed by JAXB
-
-
Method Details
-
add
-
setTotal
public void setTotal(int total) - Specified by:
setTotalin interfaceAnnotationList
-
setLimit
public void setLimit(int limit) - Specified by:
setLimitin interfaceAnnotationList
-
setOffset
public void setOffset(int offset) - Specified by:
setOffsetin interfaceAnnotationList
-
getTotal
public int getTotal()- Specified by:
getTotalin interfaceAnnotationList
-
getLimit
public int getLimit()- Specified by:
getLimitin interfaceAnnotationList
-
getOffset
public int getOffset()- Specified by:
getOffsetin interfaceAnnotationList
-
getAnnotations
- Specified by:
getAnnotationsin interfaceAnnotationList
-