public class MacToNodeLink extends Object
MacToNodeLink class.
| Constructor and Description |
|---|
MacToNodeLink(String macAddress)
Constructor for MacToNodeLink.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
public String toString()
toString
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.
Copyright © 2015. All rights reserved.