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.Serializable
Class 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 boolean
equals(java.lang.Object other)
java.lang.String
getDescription()
Returns the value of field 'description'.java.lang.String
getName()
Returns the value of field 'name'.int
hashCode()
void
setDescription(java.lang.String description)
Sets the value of field 'description'.void
setName(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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-