org.opennms.netmgt.model
Class PathElement

java.lang.Object
  extended by org.opennms.netmgt.model.PathElement
All Implemented Interfaces:
Serializable

public class PathElement
extends Object
implements Serializable

Author:
DJ Gregor
See Also:
Serialized Form

Constructor Summary
PathElement()
           
PathElement(String ipAddress, String serviceName)
           
 
Method Summary
 String getIpAddress()
           
 String getServiceName()
           
 void setIpAddress(String ipAddress)
           
 void setServiceName(String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathElement

public PathElement()

PathElement

public PathElement(String ipAddress,
                   String serviceName)
Method Detail

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.