visad.bio
Class MeasureGroup

java.lang.Object
  extended by visad.bio.MeasureGroup

public class MeasureGroup
extends java.lang.Object

MeasureGroup represents a possible grouping for measurements.


Constructor Summary
MeasureGroup(VisBio biovis, java.lang.String name)
          Constructs a measurement group.
 
Method Summary
 java.lang.String getDescription()
          Gets the group's description.
 int getId()
          Gets the id number of the group.
 java.lang.String getName()
          Gets the group's name.
 void setDescription(java.lang.String desc)
          Sets the group's description.
 java.lang.String toString()
          Gets the group's string representation (name).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MeasureGroup

public MeasureGroup(VisBio biovis,
                    java.lang.String name)
Constructs a measurement group.

Method Detail

setDescription

public void setDescription(java.lang.String desc)
Sets the group's description.


toString

public java.lang.String toString()
Gets the group's string representation (name).

Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()
Gets the group's name.


getDescription

public java.lang.String getDescription()
Gets the group's description.


getId

public int getId()
Gets the id number of the group.