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