public class Dashboard extends UC4Object
Constructor and Description |
---|
Dashboard() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDashboard()
Gets the content of the Dashboard tab.
|
Header |
header()
Returns the header data of this object.
|
boolean |
isExecutable()
Returns
true if this Object can be executed. |
void |
setDashboard(java.lang.String dashboard)
Sets the content of the Dashboard tab.
|
public boolean isExecutable()
UC4Object
true
if this Object can be executed.isExecutable
in class UC4Object
public Header header()
public java.lang.String getDashboard()
public void setDashboard(java.lang.String dashboard)
dashboard
- Content of the Dashboard tab.