de.fhkoeln.zra.statix.data
Class StatViewElement

java.lang.Object
  |
  +--de.fhkoeln.zra.statix.data.StatViewElement

public class StatViewElement
extends Object

Author:
Thies Hauschild, hld@gmx.net(14.06.2003)

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

isVisible

boolean isVisible

exist

boolean exist

name

String name

description

String description

sname

String sname
Constructor Detail

StatViewElement

public StatViewElement(String name,
                       boolean visible)

StatViewElement

public StatViewElement(String name,
                       boolean visible,
                       String sname,
                       String desc)
Method Detail

isVisible

public boolean isVisible()
Returns the isVisible.

Returns:
boolean

getName

public String getName()
Returns the name.

Returns:
String

setVisible

public void setVisible(boolean isVisible)
Sets the isVisible.

Parameters:
isVisible - The isVisible to set

setName

public void setName(String name)
Sets the name.

Parameters:
name - The name to set

isExist

public boolean isExist()
Returns the exist.

Returns:
boolean

setExist

public void setExist(boolean exist)
Sets the exist.

Parameters:
exist - The exist to set

getDescription

public String getDescription()
Returns the description.

Returns:
String

setDescription

public void setDescription(String description)
Sets the description.

Parameters:
description - The description to set

getSname

public String getSname()
Returns the sname.

Returns:
String

toString

public String toString()
Overrides:
toString in class Object