Package org.opennms.report.inventory
Class TupleRP
- java.lang.Object
-
- org.opennms.report.inventory.TupleRP
-
- All Implemented Interfaces:
java.io.Serializable
public class TupleRP extends java.lang.Object implements java.io.SerializableClass TupleRP.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TupleRP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetDescription()Returns the value of field 'description'.java.lang.StringgetName()Returns the value of field 'name'.inthashCode()voidsetDescription(java.lang.String description)Sets the value of field 'description'.voidsetName(java.lang.String name)Sets the value of field 'name'.
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Returns the value of field 'description'.- Returns:
- the value of field 'Description'.
-
getName
public java.lang.String getName()
Returns the value of field 'name'.- Returns:
- the value of field 'Name'.
-
setDescription
public void setDescription(java.lang.String description)
Sets the value of field 'description'.- Parameters:
description- the value of field 'description'.
-
setName
public void setName(java.lang.String name)
Sets the value of field 'name'.- Parameters:
name- the value of field 'name'.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-