com.cloudbees.api.config
Class ParameterSettings

java.lang.Object
  extended by com.cloudbees.api.config.ParameterSettings
All Implemented Interfaces:
Map.Entry<String,String>

public class ParameterSettings
extends Object
implements Map.Entry<String,String>

Key/value pair, used as the persistence structure for XStream but hidden from users of this package.

Author:
Fabian Donze

Constructor Summary
ParameterSettings(String name, String value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getKey()
           
 String getName()
           
 String getValue()
           
 int hashCode()
           
 void setName(String name)
           
 String setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterSettings

public ParameterSettings(String name,
                         String value)
Method Detail

getName

public String getName()

getKey

public String getKey()
Specified by:
getKey in interface Map.Entry<String,String>

toString

public String toString()
Overrides:
toString in class Object

setName

public void setName(String name)

getValue

public String getValue()
Specified by:
getValue in interface Map.Entry<String,String>

setValue

public String setValue(String value)
Specified by:
setValue in interface Map.Entry<String,String>

equals

public boolean equals(Object o)
Specified by:
equals in interface Map.Entry<String,String>
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface Map.Entry<String,String>
Overrides:
hashCode in class Object


Copyright © 2011-2013. All Rights Reserved.