Package org.opennms.report.inventory
Class InventorySoftwareRP
- java.lang.Object
-
- org.opennms.report.inventory.InventorySoftwareRP
-
- All Implemented Interfaces:
Serializable
public class InventorySoftwareRP extends Object implements Serializable
Class 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 boolean
equals(Object other)
String
getType()
Returns the value of field 'type'.String
getVersion()
Returns the value of field 'version'.int
hashCode()
void
setType(String type)
Sets the value of field 'type'.void
setVersion(String version)
Sets the value of field 'version'.
-
-
-
Method Detail
-
getType
public String getType()
Returns the value of field 'type'.- Returns:
- the value of field 'Type'.
-
getVersion
public String getVersion()
Returns the value of field 'version'.- Returns:
- the value of field 'Version'.
-
setType
public void setType(String type)
Sets the value of field 'type'.- Parameters:
type
- the value of field 'type'.
-
setVersion
public void setVersion(String version)
Sets the value of field 'version'.- Parameters:
version
- the value of field 'version'.
-
-