Class Activity.Item

  • Enclosing class:
    Activity

    public static class Activity.Item
    extends Object
    • Field Detail

      • id

        protected long id
      • label

        protected String label
      • previewUrl

        protected String previewUrl
      • systemType

        protected String systemType
      • recordedPath

        protected String recordedPath
      • recordedLabel

        protected String recordedLabel
    • Constructor Detail

      • Item

        public Item()
    • Method Detail

      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getPreviewUrl

        public String getPreviewUrl()
      • setPreviewUrl

        public void setPreviewUrl​(String previewUrl)
      • getSystemType

        public String getSystemType()
      • setSystemType

        public void setSystemType​(String systemType)
      • getRecordedPath

        public String getRecordedPath()
      • setRecordedPath

        public void setRecordedPath​(String recordedPath)
      • getRecordedLabel

        public String getRecordedLabel()
      • setRecordedLabel

        public void setRecordedLabel​(String recordedLabel)