Class Activity.Item

java.lang.Object
org.craftercms.studio.model.rest.dashboard.Activity.Item
Enclosing class:
Activity

public static class Activity.Item extends Object
  • Field Details

    • id

      protected long id
    • path

      protected String path
    • label

      protected String label
    • previewUrl

      protected String previewUrl
    • systemType

      protected String systemType
    • recordedPath

      protected String recordedPath
    • recordedLabel

      protected String recordedLabel
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • 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)