Class Activity.Item
java.lang.Object
org.craftercms.studio.model.rest.dashboard.Activity.Item
- Enclosing class:
- Activity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
getLabel()
getPath()
void
setId
(long id) void
void
void
setPreviewUrl
(String previewUrl) void
setRecordedLabel
(String recordedLabel) void
setRecordedPath
(String recordedPath) void
setSystemType
(String systemType)
-
Field Details
-
id
protected long id -
path
-
label
-
previewUrl
-
systemType
-
recordedPath
-
recordedLabel
-
-
Constructor Details
-
Item
public Item()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getPath
-
setPath
-
getLabel
-
setLabel
-
getPreviewUrl
-
setPreviewUrl
-
getSystemType
-
setSystemType
-
getRecordedPath
-
setRecordedPath
-
getRecordedLabel
-
setRecordedLabel
-