org.opennms.netmgt.model
Class PathElement
java.lang.Object
org.opennms.netmgt.model.PathElement
- All Implemented Interfaces:
- Serializable
public class PathElement
- extends Object
- implements Serializable
- Author:
- DJ Gregor
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathElement
public PathElement()
PathElement
public PathElement(String ipAddress,
String serviceName)
getIpAddress
public String getIpAddress()
setIpAddress
public void setIpAddress(String ipAddress)
getServiceName
public String getServiceName()
setServiceName
public void setServiceName(String serviceName)
Copyright © 2009. All Rights Reserved.