public class ViewComponentState extends BasePointState
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
content |
private boolean |
graph |
private java.lang.String |
info |
| Constructor and Description |
|---|
ViewComponentState() |
| Modifier and Type | Method and Description |
|---|---|
ViewComponentState |
clone() |
java.lang.String |
getContent() |
java.lang.String |
getInfo() |
boolean |
isEmpty() |
boolean |
isGraph() |
void |
removeEqualValue(ViewComponentState that) |
void |
setContent(java.lang.String content) |
void |
setGraph(boolean graph) |
void |
setInfo(java.lang.String info) |
getChange, getChart, getId, getMessages, removeEqualValue, setChange, setChart, setId, setMessagesprivate java.lang.String content
private java.lang.String info
private boolean graph
public java.lang.String getInfo()
public void setInfo(java.lang.String info)
public java.lang.String getContent()
public void setContent(java.lang.String content)
public ViewComponentState clone()
clone in class java.lang.Objectpublic void removeEqualValue(ViewComponentState that)
public boolean isEmpty()
isEmpty in class BasePointStatepublic boolean isGraph()
public void setGraph(boolean graph)