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 boolean
equals(Object other)
String
getConfigurationurl()
Returns the value of field 'configurationurl'.String
getCreationdate()
Returns the value of field 'creationdate'.String
getDevicename()
Returns the value of field 'devicename'.String
getGroupname()
Returns the value of field 'groupname'.String
getStatus()
Returns the value of field 'status'.String
getSwconfigurationurl()
Returns the value of field 'swconfigurationurl'.String
getVersion()
Returns the value of field 'version'.int
hashCode()
void
setConfigurationurl(String configurationurl)
Sets the value of field 'configurationurl'.void
setCreationdate(String creationdate)
Sets the value of field 'creationdate'.void
setDevicename(String devicename)
Sets the value of field 'devicename'.void
setGroupname(String groupname)
Sets the value of field 'groupname'.void
setStatus(String status)
Sets the value of field 'status'.void
setSwconfigurationurl(String swconfigurationurl)
Sets the value of field 'swconfigurationurl'.void
setVersion(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'.
-
-