org.opennms.netmgt.linkd
Class AtInterface

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

public class AtInterface
extends Object

Author:
Antonio Russo

Constructor Summary
AtInterface(int nodeid, String ipAddress)
           
AtInterface(int nodeid, String ipAddress, String macAddress)
           
 
Method Summary
 int getIfindex()
           
 String getIpAddress()
           
 String getMacAddress()
           
 int getNodeId()
           
 void setIfindex(int ifindex)
           
 void setMacAddress(String macAddress)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtInterface

public AtInterface(int nodeid,
                   String ipAddress,
                   String macAddress)

AtInterface

public AtInterface(int nodeid,
                   String ipAddress)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getNodeId

public int getNodeId()
Returns:
Returns the nodeparentid.

getMacAddress

public String getMacAddress()
Returns:
Returns the ifindex.

getIpAddress

public String getIpAddress()
Returns:
Returns the ifindex.

getIfindex

public int getIfindex()

setIfindex

public void setIfindex(int ifindex)

setMacAddress

public void setMacAddress(String macAddress)


Copyright © 2009. All Rights Reserved.