Class AnnotationImpl
java.lang.Object
org.opencastproject.annotation.impl.AnnotationImpl
- All Implemented Interfaces:
org.opencastproject.annotation.api.Annotation
@Entity(name="Annotation")
public class AnnotationImpl
extends Object
implements org.opencastproject.annotation.api.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 interfaceorg.opencastproject.annotation.api.Annotation
-
setAnnotationId
- Specified by:
setAnnotationIdin interfaceorg.opencastproject.annotation.api.Annotation
-
getMediapackageId
- Specified by:
getMediapackageIdin interfaceorg.opencastproject.annotation.api.Annotation
-
setMediapackageId
- Specified by:
setMediapackageIdin interfaceorg.opencastproject.annotation.api.Annotation
-
getUserId
- Specified by:
getUserIdin interfaceorg.opencastproject.annotation.api.Annotation
-
setUserId
- Specified by:
setUserIdin interfaceorg.opencastproject.annotation.api.Annotation
-
getSessionId
- Specified by:
getSessionIdin interfaceorg.opencastproject.annotation.api.Annotation
-
setSessionId
- Specified by:
setSessionIdin interfaceorg.opencastproject.annotation.api.Annotation
-
getInpoint
public int getInpoint()- Specified by:
getInpointin interfaceorg.opencastproject.annotation.api.Annotation
-
setInpoint
public void setInpoint(int inpoint) - Specified by:
setInpointin interfaceorg.opencastproject.annotation.api.Annotation
-
getOutpoint
public int getOutpoint()- Specified by:
getOutpointin interfaceorg.opencastproject.annotation.api.Annotation
-
setOutpoint
public void setOutpoint(int outpoint) - Specified by:
setOutpointin interfaceorg.opencastproject.annotation.api.Annotation
-
getLength
public int getLength()- Specified by:
getLengthin interfaceorg.opencastproject.annotation.api.Annotation
-
getType
- Specified by:
getTypein interfaceorg.opencastproject.annotation.api.Annotation
-
setType
- Specified by:
setTypein interfaceorg.opencastproject.annotation.api.Annotation
-
getValue
- Specified by:
getValuein interfaceorg.opencastproject.annotation.api.Annotation
-
setValue
- Specified by:
setValuein interfaceorg.opencastproject.annotation.api.Annotation
-
getCreated
- Specified by:
getCreatedin interfaceorg.opencastproject.annotation.api.Annotation
-
setCreated
- Specified by:
setCreatedin interfaceorg.opencastproject.annotation.api.Annotation
-
getPrivate
- Specified by:
getPrivatein interfaceorg.opencastproject.annotation.api.Annotation
-
setPrivate
- Specified by:
setPrivatein interfaceorg.opencastproject.annotation.api.Annotation
-