Class UserActionImpl
java.lang.Object
org.opencastproject.usertracking.impl.UserActionImpl
- All Implemented Interfaces:
UserAction
A JAXB-annotated implementation of
UserAction-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()intbooleanintintgetType()voidsetCreated(Date created) voidvoidsetInpoint(int inpoint) voidsetIsPlaying(boolean isPlaying) voidsetMediapackageId(String mediapackageId) voidsetOutpoint(int outpoint) voidsetSession(UserSession session) void
-
Constructor Details
-
UserActionImpl
public UserActionImpl()A no-arg constructor needed by JAXB
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceUserAction
-
setId
- Specified by:
setIdin interfaceUserAction
-
setSession
- Specified by:
setSessionin interfaceUserAction
-
getSession
- Specified by:
getSessionin interfaceUserAction
-
getMediapackageId
- Specified by:
getMediapackageIdin interfaceUserAction
-
setMediapackageId
- Specified by:
setMediapackageIdin interfaceUserAction
-
getInpoint
public int getInpoint()- Specified by:
getInpointin interfaceUserAction
-
setInpoint
public void setInpoint(int inpoint) - Specified by:
setInpointin interfaceUserAction
-
getOutpoint
public int getOutpoint()- Specified by:
getOutpointin interfaceUserAction
-
setOutpoint
public void setOutpoint(int outpoint) - Specified by:
setOutpointin interfaceUserAction
-
getLength
public int getLength()- Specified by:
getLengthin interfaceUserAction
-
getType
- Specified by:
getTypein interfaceUserAction
-
setType
- Specified by:
setTypein interfaceUserAction
-
getIsPlaying
public boolean getIsPlaying()- Specified by:
getIsPlayingin interfaceUserAction
-
setIsPlaying
public void setIsPlaying(boolean isPlaying) - Specified by:
setIsPlayingin interfaceUserAction
-
getCreated
- Specified by:
getCreatedin interfaceUserAction
-
setCreated
-