org.opennms.web.element
Class Interface

java.lang.Object
  extended by org.opennms.web.element.Interface

public class Interface
extends Object


Constructor Summary
Interface()
           
 
Method Summary
 String getHostname()
           
 int getId()
           
 int getIfIndex()
           
 String getIpAddress()
           
 int getIpStatus()
           
 String getIsSnmpPrimary()
           
 String getLastCapsdPoll()
           
 String getName()
           
 int getNodeId()
           
 String getPhysicalAddress()
           
 int getSnmpIfAdminStatus()
           
 String getSnmpIfAlias()
           
 String getSnmpIfDescription()
           
 int getSnmpIfIndex()
           
 String getSnmpIfName()
           
 int getSnmpIfOperStatus()
           
 long getSnmpIfSpeed()
           
 int getSnmpIfType()
           
 String getSnmpIpAdEntNetMask()
           
 boolean isManaged()
           
 char isManagedChar()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Interface

public Interface()
Method Detail

getId

public int getId()

getNodeId

public int getNodeId()

getIfIndex

public int getIfIndex()

getIpStatus

public int getIpStatus()

getHostname

public String getHostname()

getIpAddress

public String getIpAddress()

isManagedChar

public char isManagedChar()

getLastCapsdPoll

public String getLastCapsdPoll()

getSnmpIfIndex

public int getSnmpIfIndex()

getSnmpIpAdEntNetMask

public String getSnmpIpAdEntNetMask()

getPhysicalAddress

public String getPhysicalAddress()

getSnmpIfDescription

public String getSnmpIfDescription()

getSnmpIfName

public String getSnmpIfName()

getSnmpIfType

public int getSnmpIfType()

getSnmpIfOperStatus

public int getSnmpIfOperStatus()

getSnmpIfSpeed

public long getSnmpIfSpeed()

getSnmpIfAdminStatus

public int getSnmpIfAdminStatus()

toString

public String toString()
Overrides:
toString in class Object

isManaged

public boolean isManaged()

getSnmpIfAlias

public String getSnmpIfAlias()

getIsSnmpPrimary

public String getIsSnmpPrimary()

getName

public String getName()


Copyright © 2009. All Rights Reserved.