org.rhq.enterprise.agent
Class EnvironmentScriptFileUpdate.NameValuePair

java.lang.Object
  extended by org.rhq.enterprise.agent.EnvironmentScriptFileUpdate.NameValuePair
All Implemented Interfaces:
Serializable
Enclosing class:
EnvironmentScriptFileUpdate

public static class EnvironmentScriptFileUpdate.NameValuePair
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

name

public String name

value

public String value
Constructor Detail

EnvironmentScriptFileUpdate.NameValuePair

public EnvironmentScriptFileUpdate.NameValuePair(String n,
                                                 String v)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.