Package org.opennms.report.inventory
Class InventorySoftwareRP
- java.lang.Object
-
- org.opennms.report.inventory.InventorySoftwareRP
-
- All Implemented Interfaces:
java.io.Serializable
public class InventorySoftwareRP extends java.lang.Object implements java.io.SerializableClass InventorySoftwareRP.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InventorySoftwareRP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetType()Returns the value of field 'type'.java.lang.StringgetVersion()Returns the value of field 'version'.inthashCode()voidsetType(java.lang.String type)Sets the value of field 'type'.voidsetVersion(java.lang.String version)Sets the value of field 'version'.
-
-
-
Method Detail
-
getType
public java.lang.String getType()
Returns the value of field 'type'.- Returns:
- the value of field 'Type'.
-
getVersion
public java.lang.String getVersion()
Returns the value of field 'version'.- Returns:
- the value of field 'Version'.
-
setType
public void setType(java.lang.String type)
Sets the value of field 'type'.- Parameters:
type- the value of field 'type'.
-
setVersion
public void setVersion(java.lang.String version)
Sets the value of field 'version'.- Parameters:
version- the value of field 'version'.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-