public class OnmsTopologyPort extends OnmsTopologyAbstractRef implements OnmsTopologyRef
Modifier and Type | Method and Description |
---|---|
void |
accept(TopologyVisitor v) |
static OnmsTopologyPort |
create(String id,
OnmsTopologyVertex vertex,
Integer index) |
String |
getAddr() |
Integer |
getIfindex() |
String |
getIfname() |
Integer |
getIndex() |
String |
getSpeed() |
OnmsTopologyVertex |
getVertex() |
void |
setAddr(String addr) |
void |
setIfindex(Integer ifindex) |
void |
setIfname(String ifname) |
void |
setSpeed(String speed) |
equals, getId, getToolTipText, hashCode, setToolTipText
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getId, getToolTipText
public static OnmsTopologyPort create(String id, OnmsTopologyVertex vertex, Integer index)
public String getAddr()
public void setAddr(String addr)
public String getSpeed()
public void setSpeed(String speed)
public OnmsTopologyVertex getVertex()
public Integer getIndex()
public Integer getIfindex()
public void setIfindex(Integer ifindex)
public String getIfname()
public void setIfname(String ifname)
public void accept(TopologyVisitor v)
accept
in interface OnmsTopologyRef
accept
in class OnmsTopologyAbstractRef
Copyright © 2021. All rights reserved.