Package org.opennms.report.configuration
Class NodeSet
- java.lang.Object
-
- org.opennms.report.configuration.NodeSet
-
- All Implemented Interfaces:
java.io.Serializable
public class NodeSet extends java.lang.Object implements java.io.SerializableClass NodeSet.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetConfigurationurl()Returns the value of field 'configurationurl'.java.lang.StringgetCreationdate()Returns the value of field 'creationdate'.java.lang.StringgetDevicename()Returns the value of field 'devicename'.java.lang.StringgetGroupname()Returns the value of field 'groupname'.java.lang.StringgetStatus()Returns the value of field 'status'.java.lang.StringgetSwconfigurationurl()Returns the value of field 'swconfigurationurl'.java.lang.StringgetVersion()Returns the value of field 'version'.inthashCode()voidsetConfigurationurl(java.lang.String configurationurl)Sets the value of field 'configurationurl'.voidsetCreationdate(java.lang.String creationdate)Sets the value of field 'creationdate'.voidsetDevicename(java.lang.String devicename)Sets the value of field 'devicename'.voidsetGroupname(java.lang.String groupname)Sets the value of field 'groupname'.voidsetStatus(java.lang.String status)Sets the value of field 'status'.voidsetSwconfigurationurl(java.lang.String swconfigurationurl)Sets the value of field 'swconfigurationurl'.voidsetVersion(java.lang.String version)Sets the value of field 'version'.
-
-
-
Method Detail
-
getConfigurationurl
public java.lang.String getConfigurationurl()
Returns the value of field 'configurationurl'.- Returns:
- the value of field 'Configurationurl'.
-
getCreationdate
public java.lang.String getCreationdate()
Returns the value of field 'creationdate'.- Returns:
- the value of field 'Creationdate'.
-
getDevicename
public java.lang.String getDevicename()
Returns the value of field 'devicename'.- Returns:
- the value of field 'Devicename'.
-
getGroupname
public java.lang.String getGroupname()
Returns the value of field 'groupname'.- Returns:
- the value of field 'Groupname'.
-
getStatus
public java.lang.String getStatus()
Returns the value of field 'status'.- Returns:
- the value of field 'Status'.
-
getSwconfigurationurl
public java.lang.String getSwconfigurationurl()
Returns the value of field 'swconfigurationurl'.- Returns:
- the value of field 'Swconfigurationurl'.
-
getVersion
public java.lang.String getVersion()
Returns the value of field 'version'.- Returns:
- the value of field 'Version'.
-
setConfigurationurl
public void setConfigurationurl(java.lang.String configurationurl)
Sets the value of field 'configurationurl'.- Parameters:
configurationurl- the value of field 'configurationurl'.
-
setCreationdate
public void setCreationdate(java.lang.String creationdate)
Sets the value of field 'creationdate'.- Parameters:
creationdate- the value of field 'creationdate'.
-
setDevicename
public void setDevicename(java.lang.String devicename)
Sets the value of field 'devicename'.- Parameters:
devicename- the value of field 'devicename'.
-
setGroupname
public void setGroupname(java.lang.String groupname)
Sets the value of field 'groupname'.- Parameters:
groupname- the value of field 'groupname'.
-
setStatus
public void setStatus(java.lang.String status)
Sets the value of field 'status'.- Parameters:
status- the value of field 'status'.
-
setSwconfigurationurl
public void setSwconfigurationurl(java.lang.String swconfigurationurl)
Sets the value of field 'swconfigurationurl'.- Parameters:
swconfigurationurl- the value of field 'swconfigurationurl'.
-
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
-
-