vanted.analysis
Class Reachability

java.lang.Object
  extended by vanted.analysis.Reachability

public class Reachability
extends java.lang.Object

The Class Reachability for the reachability handling.

Author:
Kevin Pucknat

Constructor Summary
Reachability(java.lang.String value)
          Instantiates a new reachability.
 
Method Summary
 java.lang.String getValue()
          Gets the reachability value.
 void setValue(java.lang.String value)
          Sets the reachability value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Reachability

public Reachability(java.lang.String value)
Instantiates a new reachability.

Parameters:
value - the value
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

setValue

public void setValue(java.lang.String value)
Sets the reachability value.

Parameters:
value - the new value

getValue

public java.lang.String getValue()
Gets the reachability value.

Returns:
the value