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