org.opennms.netmgt.model
Class OnmsServiceMap
java.lang.Object
org.opennms.netmgt.model.OnmsEntity
org.opennms.netmgt.model.OnmsServiceMap
- All Implemented Interfaces:
- Serializable
public class OnmsServiceMap
- extends OnmsEntity
- implements Serializable
- See Also:
- Serialized Form
OnmsServiceMap
public OnmsServiceMap(String ipAddr,
String serviceMapName)
- full constructor
OnmsServiceMap
public OnmsServiceMap()
- default constructor
getId
public Integer getId()
setId
public void setId(Integer id)
getIpAddr
public String getIpAddr()
setIpAddr
public void setIpAddr(String ipAddr)
getServiceMapName
public String getServiceMapName()
setServiceMapName
public void setServiceMapName(String serviceMapName)
toString
public String toString()
- Overrides:
toString in class Object
visit
public void visit(EntityVisitor visitor)
- Specified by:
visit in class OnmsEntity
Copyright © 2009. All Rights Reserved.