Class ReportItemImpl
java.lang.Object
org.opencastproject.usertracking.endpoint.ReportItemImpl
- All Implemented Interfaces:
org.opencastproject.usertracking.api.ReportItem
public class ReportItemImpl
extends Object
implements org.opencastproject.usertracking.api.ReportItem
A JAXB-annotated implementation of ReportItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonggetViews()voidsetEpisodeId(String episodeId) voidsetPlayed(long played) voidsetViews(long views)
-
Constructor Details
-
ReportItemImpl
public ReportItemImpl()A no-arg constructor needed by JAXB
-
-
Method Details
-
getEpisodeId
- Specified by:
getEpisodeIdin interfaceorg.opencastproject.usertracking.api.ReportItem
-
setEpisodeId
- Specified by:
setEpisodeIdin interfaceorg.opencastproject.usertracking.api.ReportItem
-
getViews
public long getViews()- Specified by:
getViewsin interfaceorg.opencastproject.usertracking.api.ReportItem
-
setViews
public void setViews(long views) - Specified by:
setViewsin interfaceorg.opencastproject.usertracking.api.ReportItem
-
getPlayed
public long getPlayed()- Specified by:
getPlayedin interfaceorg.opencastproject.usertracking.api.ReportItem
-
setPlayed
public void setPlayed(long played) - Specified by:
setPlayedin interfaceorg.opencastproject.usertracking.api.ReportItem
-