de.uniba.wiai.lspi.chord.console.command.entry
Class Value

java.lang.Object
  extended by de.uniba.wiai.lspi.chord.console.command.entry.Value
All Implemented Interfaces:
Serializable

public final class Value
extends Object
implements Serializable

A Value to be stored within a chord network by a command issued from console.

See Also:
Serialized Form

Constructor Summary
Value(String value1)
          Creates a new instance of Value
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Value

public Value(String value1)
Creates a new instance of Value

Parameters:
value1 -
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2008 Karsten Loesing, Sven Kaffille - Distributed and Mobile Systems Group, Lehrstuhl für Praktische Informatik, Universität Bamberg. All Rights Reserved.