com.silverpeas.processManager
Class NamedValue

java.lang.Object
  extended by com.silverpeas.processManager.NamedValue
All Implemented Interfaces:
Serializable

public final class NamedValue
extends Object
implements Serializable

A named value pair.

See Also:
Serialized Form

Field Summary
 String name
           
 String value
           
 
Constructor Summary
NamedValue(String name, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name

value

public final String value
Constructor Detail

NamedValue

public NamedValue(String name,
                  String value)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.