Class AnnotationListImpl
java.lang.Object
org.opencastproject.annotation.impl.AnnotationListImpl
- All Implemented Interfaces:
org.opencastproject.annotation.api.AnnotationList
public class AnnotationListImpl
extends Object
implements org.opencastproject.annotation.api.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
public void add(org.opencastproject.annotation.api.Annotation annotation) -
setTotal
public void setTotal(int total) - Specified by:
setTotalin interfaceorg.opencastproject.annotation.api.AnnotationList
-
setLimit
public void setLimit(int limit) - Specified by:
setLimitin interfaceorg.opencastproject.annotation.api.AnnotationList
-
setOffset
public void setOffset(int offset) - Specified by:
setOffsetin interfaceorg.opencastproject.annotation.api.AnnotationList
-
getTotal
public int getTotal()- Specified by:
getTotalin interfaceorg.opencastproject.annotation.api.AnnotationList
-
getLimit
public int getLimit()- Specified by:
getLimitin interfaceorg.opencastproject.annotation.api.AnnotationList
-
getOffset
public int getOffset()- Specified by:
getOffsetin interfaceorg.opencastproject.annotation.api.AnnotationList
-
getAnnotations
- Specified by:
getAnnotationsin interfaceorg.opencastproject.annotation.api.AnnotationList
-