pid
Class Label

java.lang.Object
  extended by pid.Label
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActivityStateLabel, FunctionLabel, LocationLabel

public class Label
extends java.lang.Object
implements java.io.Serializable

Labels give information about the location, activity state, etc... of molecules

Author:
Samuel Croset
See Also:
Serialized Form

Field Summary
private  java.lang.String value
           
 
Constructor Summary
Label()
           
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private java.lang.String value
Constructor Detail

Label

public Label()
Method Detail

setValue

public void setValue(java.lang.String value)

getValue

public java.lang.String getValue()
Returns:
the value of the label