|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.generated.SessionState
public class SessionState
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}plugins" minOccurs="0"/> <element ref="{}desktop" minOccurs="0"/> <element ref="{}server" minOccurs="0"/> <element ref="{}cytopanels"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Cytopanels |
cytopanels
|
protected Desktop |
desktop
|
protected Plugins |
plugins
|
protected Server |
server
|
Constructor Summary | |
---|---|
SessionState()
|
Method Summary | |
---|---|
Cytopanels |
getCytopanels()
Gets the value of the cytopanels property. |
Desktop |
getDesktop()
Gets the value of the desktop property. |
Plugins |
getPlugins()
Gets the value of the plugins property. |
Server |
getServer()
Gets the value of the server property. |
void |
setCytopanels(Cytopanels value)
Sets the value of the cytopanels property. |
void |
setDesktop(Desktop value)
Sets the value of the desktop property. |
void |
setPlugins(Plugins value)
Sets the value of the plugins property. |
void |
setServer(Server value)
Sets the value of the server property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Plugins plugins
protected Desktop desktop
protected Server server
protected Cytopanels cytopanels
Constructor Detail |
---|
public SessionState()
Method Detail |
---|
public Plugins getPlugins()
Plugins
public void setPlugins(Plugins value)
value
- allowed object is
Plugins
public Desktop getDesktop()
Desktop
public void setDesktop(Desktop value)
value
- allowed object is
Desktop
public Server getServer()
Server
public void setServer(Server value)
value
- allowed object is
Server
public Cytopanels getCytopanels()
Cytopanels
public void setCytopanels(Cytopanels value)
value
- allowed object is
Cytopanels
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |