org.opennms.netmgt.linkd
Class MacToNodeLink

java.lang.Object
  extended by org.opennms.netmgt.linkd.MacToNodeLink

public class MacToNodeLink
extends Object

Author:
Antonio Russo

Constructor Summary
MacToNodeLink(String macAddress)
           
 
Method Summary
 String getMacAddress()
           
 int getNodeparentid()
           
 int getParentifindex()
           
 void setNodeparentid(int nodeparentid)
           
 void setParentifindex(int parentifindex)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MacToNodeLink

public MacToNodeLink(String macAddress)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getNodeparentid

public int getNodeparentid()
Returns:
Returns the nodeparentid.

setNodeparentid

public void setNodeparentid(int nodeparentid)
Parameters:
nodeparentid - The nodeparentid to set.

getParentifindex

public int getParentifindex()
Returns:
Returns the parentifindex.

setParentifindex

public void setParentifindex(int parentifindex)
Parameters:
parentifindex - The parentifindex to set.

getMacAddress

public String getMacAddress()
Returns:
Returns the ifindex.


Copyright © 2009. All Rights Reserved.