Class AnnotationImpl
java.lang.Object
org.opencastproject.annotation.impl.AnnotationImpl
- All Implemented Interfaces:
Annotation
A JAXB-annotated implementation of
Annotation-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetType()getValue()voidsetAnnotationId(Long annotationId) voidsetCreated(Date created) voidsetInpoint(int inpoint) voidsetMediapackageId(String mediapackageId) voidsetOutpoint(int outpoint) voidsetPrivate(Boolean isPrivate) voidsetSessionId(String sessionId) voidvoidvoid
-
Constructor Details
-
AnnotationImpl
public AnnotationImpl()A no-arg constructor needed by JAXB
-
-
Method Details
-
getAnnotationId
- Specified by:
getAnnotationIdin interfaceAnnotation
-
setAnnotationId
- Specified by:
setAnnotationIdin interfaceAnnotation
-
getMediapackageId
- Specified by:
getMediapackageIdin interfaceAnnotation
-
setMediapackageId
- Specified by:
setMediapackageIdin interfaceAnnotation
-
getUserId
- Specified by:
getUserIdin interfaceAnnotation
-
setUserId
- Specified by:
setUserIdin interfaceAnnotation
-
getSessionId
- Specified by:
getSessionIdin interfaceAnnotation
-
setSessionId
- Specified by:
setSessionIdin interfaceAnnotation
-
getInpoint
public int getInpoint()- Specified by:
getInpointin interfaceAnnotation
-
setInpoint
public void setInpoint(int inpoint) - Specified by:
setInpointin interfaceAnnotation
-
getOutpoint
public int getOutpoint()- Specified by:
getOutpointin interfaceAnnotation
-
setOutpoint
public void setOutpoint(int outpoint) - Specified by:
setOutpointin interfaceAnnotation
-
getLength
public int getLength()- Specified by:
getLengthin interfaceAnnotation
-
getType
- Specified by:
getTypein interfaceAnnotation
-
setType
- Specified by:
setTypein interfaceAnnotation
-
getValue
- Specified by:
getValuein interfaceAnnotation
-
setValue
- Specified by:
setValuein interfaceAnnotation
-
getCreated
- Specified by:
getCreatedin interfaceAnnotation
-
setCreated
- Specified by:
setCreatedin interfaceAnnotation
-
getPrivate
- Specified by:
getPrivatein interfaceAnnotation
-
setPrivate
- Specified by:
setPrivatein interfaceAnnotation
-