|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--de.fhkoeln.zra.statix.data.StatViewElement
| Field Summary | |
(package private) String |
description
|
(package private) boolean |
exist
|
(package private) boolean |
isVisible
|
(package private) String |
name
|
(package private) String |
sname
|
| Constructor Summary | |
StatViewElement(String name,
boolean visible)
|
|
StatViewElement(String name,
boolean visible,
String sname,
String desc)
|
|
| Method Summary | |
String |
getDescription()
Returns the description. |
String |
getName()
Returns the name. |
String |
getSname()
Returns the sname. |
boolean |
isExist()
Returns the exist. |
boolean |
isVisible()
Returns the isVisible. |
void |
setDescription(String description)
Sets the description. |
void |
setExist(boolean exist)
Sets the exist. |
void |
setName(String name)
Sets the name. |
void |
setVisible(boolean isVisible)
Sets the isVisible. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
boolean isVisible
boolean exist
String name
String description
String sname
| Constructor Detail |
public StatViewElement(String name,
boolean visible)
public StatViewElement(String name,
boolean visible,
String sname,
String desc)
| Method Detail |
public boolean isVisible()
public String getName()
public void setVisible(boolean isVisible)
isVisible - The isVisible to setpublic void setName(String name)
name - The name to setpublic boolean isExist()
public void setExist(boolean exist)
exist - The exist to setpublic String getDescription()
public void setDescription(String description)
description - The description to setpublic String getSname()
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||