public class HTMLText extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Long |
dbid |
protected org.jboss.dashboard.workspace.PanelInstance |
panelInstance |
protected Map<String,String> |
text |
| Constructor and Description |
|---|
HTMLText() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
Long |
getDbid() |
org.jboss.dashboard.workspace.PanelInstance |
getPanelInstance() |
Map<String,String> |
getText() |
String |
getText(String language) |
void |
save() |
void |
setDbid(Long dbid) |
void |
setPanelInstance(org.jboss.dashboard.workspace.PanelInstance panelInstance) |
void |
setText(Map<String,String> text) |
void |
setText(String language,
String value) |
String |
toString() |
protected Long dbid
protected org.jboss.dashboard.workspace.PanelInstance panelInstance
public Long getDbid()
public void setDbid(Long dbid)
public org.jboss.dashboard.workspace.PanelInstance getPanelInstance()
public void setPanelInstance(org.jboss.dashboard.workspace.PanelInstance panelInstance)
Copyright © 2012–2015 JBoss by Red Hat. All rights reserved.