Class OnmsTopologyVertex
- java.lang.Object
-
- org.opennms.netmgt.topologies.service.api.OnmsTopologyAbstractRef
-
- org.opennms.netmgt.topologies.service.api.OnmsTopologyVertex
-
- All Implemented Interfaces:
OnmsTopologyRef
public class OnmsTopologyVertex extends OnmsTopologyAbstractRef implements OnmsTopologyRef
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(TopologyVisitor v)
static OnmsTopologyVertex
create(String id, String label, String address, String iconKey)
String
getAddress()
String
getIconKey()
String
getLabel()
Integer
getNodeid()
void
setNodeid(Integer nodeid)
-
Methods inherited from class org.opennms.netmgt.topologies.service.api.OnmsTopologyAbstractRef
equals, getId, getToolTipText, hashCode, setToolTipText
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.topologies.service.api.OnmsTopologyRef
getId, getToolTipText
-
-
-
-
Method Detail
-
create
public static OnmsTopologyVertex create(String id, String label, String address, String iconKey)
-
getLabel
public String getLabel()
-
getIconKey
public String getIconKey()
-
getNodeid
public Integer getNodeid()
-
setNodeid
public void setNodeid(Integer nodeid)
-
getAddress
public String getAddress()
-
accept
public void accept(TopologyVisitor v)
- Specified by:
accept
in interfaceOnmsTopologyRef
- Specified by:
accept
in classOnmsTopologyAbstractRef
-
-