public class DBPlot extends DocumentElement
dgElement, from, fromProperty, id
Constructor and Description |
---|
DBPlot() |
Modifier and Type | Method and Description |
---|---|
void |
accept(IDBVisitor v) |
java.lang.String |
getConfig() |
DBTable |
getTable() |
java.lang.String |
getTitle() |
java.lang.String |
getType() |
void |
setConfig(java.lang.String config) |
void |
setTable(DBTable table) |
void |
setTitle(java.lang.String title) |
void |
setType(java.lang.String type) |
getDgElement, getFrom, getFromProperty, getId, setDgElement, setFrom, setFromProperty, setId, toString
public DBTable getTable()
public void setTable(DBTable table)
public void accept(IDBVisitor v)
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getConfig()
public void setConfig(java.lang.String config)
public java.lang.String getTitle()
getTitle
in class DocumentElement
public void setTitle(java.lang.String title)
setTitle
in class DocumentElement