|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.NodeToNodeLink
public class NodeToNodeLink
NodeToNodeLink class.
| Constructor Summary | |
|---|---|
NodeToNodeLink(int nodeId,
int ifindex)
Constructor for NodeToNodeLink. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
getIfindex()
getIfindex |
int |
getNodeId()
getNodeId |
int |
getNodeparentid()
getNodeparentid |
int |
getParentifindex()
getParentifindex |
int |
hashCode()
|
void |
setNodeparentid(int nodeParentId)
setNodeparentid |
void |
setParentifindex(int parentIfIndex)
setParentifindex |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NodeToNodeLink(int nodeId,
int ifindex)
Constructor for NodeToNodeLink.
nodeId - a int.ifindex - a int.| Method Detail |
|---|
public String toString()
toString in class Objectpublic int getNodeparentid()
getNodeparentid
public void setNodeparentid(int nodeParentId)
setNodeparentid
nodeParentId - The nodeparentid to set.public int getParentifindex()
getParentifindex
public void setParentifindex(int parentIfIndex)
setParentifindex
parentIfIndex - The parentifindex to set.public int getIfindex()
getIfindex
public int getNodeId()
getNodeId
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||