|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.MacToNodeLink
public class MacToNodeLink
MacToNodeLink class.
| Constructor Summary | |
|---|---|
MacToNodeLink(String macAddress)
Constructor for MacToNodeLink. |
|
| Method Summary | |
|---|---|
String |
getMacAddress()
Getter for the field macAddress. |
int |
getNodeparentid()
Getter for the field nodeparentid. |
int |
getParentifindex()
Getter for the field parentifindex. |
void |
setNodeparentid(int nodeparentid)
Setter for the field nodeparentid. |
void |
setParentifindex(int parentifindex)
Setter for the field parentifindex. |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MacToNodeLink(String macAddress)
Constructor for MacToNodeLink.
macAddress - a String object.| Method Detail |
|---|
public String toString()
toString
toString in class ObjectString object.public int getNodeparentid()
Getter for the field nodeparentid.
public void setNodeparentid(int nodeparentid)
Setter for the field nodeparentid.
nodeparentid - The nodeparentid to set.public int getParentifindex()
Getter for the field parentifindex.
public void setParentifindex(int parentifindex)
Setter for the field parentifindex.
parentifindex - The parentifindex to set.public String getMacAddress()
Getter for the field macAddress.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||