Class FootprintImpl

java.lang.Object
org.opencastproject.usertracking.endpoint.FootprintImpl
All Implemented Interfaces:
org.opencastproject.usertracking.api.Footprint

public class FootprintImpl extends Object implements org.opencastproject.usertracking.api.Footprint
A JAXB-annotated implementation of Footprint
  • Constructor Details

    • FootprintImpl

      public FootprintImpl()
      A no-arg constructor needed by JAXB
  • Method Details

    • getPosition

      public int getPosition()
      Specified by:
      getPosition in interface org.opencastproject.usertracking.api.Footprint
    • setPosition

      public void setPosition(int position)
      Specified by:
      setPosition in interface org.opencastproject.usertracking.api.Footprint
    • getViews

      public long getViews()
      Specified by:
      getViews in interface org.opencastproject.usertracking.api.Footprint
    • setViews

      public void setViews(long views)
      Specified by:
      setViews in interface org.opencastproject.usertracking.api.Footprint