public class LocalTrack extends FlowDomainObject
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalTrack.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
deviceId |
protected Boolean |
disabled |
protected String |
js |
protected String |
source |
creationDate, creatorId, id, lastEditDate, lastEditorId| Constructor and Description |
|---|
LocalTrack() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDeviceId() |
Boolean |
getDisabled() |
String |
getJs() |
String |
getSource() |
void |
setDescription(String description) |
void |
setDeviceId(String deviceId) |
void |
setDisabled(Boolean disabled) |
void |
setJs(String js) |
void |
setSource(String source) |
equals, getCreationDate, getCreatorId, getId, getLastEditDate, getLastEditorId, hashCode, setCreationDate, setCreatorId, setId, setLastEditDate, setLastEditorId, toStringprotected String source
protected String description
protected String js
protected Boolean disabled
protected String deviceId
public String getSource()
public void setSource(String source)
public String getDescription()
public void setDescription(String description)
public String getJs()
public void setJs(String js)
public Boolean getDisabled()
public void setDisabled(Boolean disabled)
public String getDeviceId()
public void setDeviceId(String deviceId)
Copyright © 2016. All rights reserved.