org.jboss.dashboard.ui.panel.advancedHTML
Class HTMLText
java.lang.Object
org.jboss.dashboard.ui.panel.advancedHTML.HTMLText
- All Implemented Interfaces:
- Serializable
public class HTMLText
- extends Object
- implements Serializable
The HTML panel persistent entity.
- See Also:
- Serialized Form
dbid
protected Long dbid
text
protected Map text
panelInstance
protected org.jboss.dashboard.workspace.PanelInstance panelInstance
HTMLText
public HTMLText()
getDbid
public Long getDbid()
setDbid
public void setDbid(Long dbid)
getPanelInstance
public org.jboss.dashboard.workspace.PanelInstance getPanelInstance()
setPanelInstance
public void setPanelInstance(org.jboss.dashboard.workspace.PanelInstance panelInstance)
getText
public Map getText()
setText
public void setText(Map text)
getText
public String getText(String language)
setText
public void setText(String language,
String value)
toString
public String toString()
- Overrides:
toString in class Object
save
public void save()
throws Exception
- Throws:
Exception
delete
public void delete()
throws Exception
- Throws:
Exception
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.