Class Param
- java.lang.Object
-
- org.opennms.netmgt.config.opennmsDataSources.Param
-
- All Implemented Interfaces:
Serializable
public class Param extends Object implements Serializable
Class Param.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Overrides the Object.equals method.StringgetName()Returns the value of field 'name'.StringgetValue()Returns the value of field 'value'.inthashCode()Method hashCode.voidsetName(String name)Sets the value of field 'name'.voidsetValue(String value)Sets the value of field 'value'.
-
-
-
Method Detail
-
equals
public boolean equals(Object obj)
Overrides the Object.equals method.
-
getName
public String getName()
Returns the value of field 'name'.- Returns:
- the value of field 'Name'.
-
getValue
public String getValue()
Returns the value of field 'value'.- Returns:
- the value of field 'Value'.
-
hashCode
public int hashCode()
Method hashCode.
-
setName
public void setName(String name)
Sets the value of field 'name'.- Parameters:
name- the value of field 'name'.
-
setValue
public void setValue(String value)
Sets the value of field 'value'.- Parameters:
value- the value of field 'value'.
-
-