org.opennms.web.element
Class LinkInterface

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

public class LinkInterface
extends Object

DataLinkInterface class.

Author:
Antonio Russo

Method Summary
 Integer getIfindex()
           
 Interface getInterface()
           
 String getLastPollTime()
          get_lastPollTime
 Integer getLinkedIfindex()
           
 Interface getLinkedInterface()
           
 Integer getLinkedNodeId()
           
 Integer getLinktypeId()
           
 String getLinkTypeIdString()
           
 Integer getNodeId()
           
 char getStatus()
          get_status
 String getStatusString()
           
 boolean hasInterface()
           
 boolean hasLinkedInterface()
           
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()

toString

Overrides:
toString in class Object
Returns:
a String object.

getNodeId

public Integer getNodeId()

getIfindex

public Integer getIfindex()

getLinkedNodeId

public Integer getLinkedNodeId()

getLinkedIfindex

public Integer getLinkedIfindex()

getLastPollTime

public String getLastPollTime()

get_lastPollTime

Returns:
a String object.

getStatus

public char getStatus()

get_status

m

Returns:
a char.

getStatusString

public String getStatusString()

getLinktypeId

public Integer getLinktypeId()

getLinkTypeIdString

public String getLinkTypeIdString()

getLinkedInterface

public Interface getLinkedInterface()

getInterface

public Interface getInterface()

hasInterface

public boolean hasInterface()

hasLinkedInterface

public boolean hasLinkedInterface()


Copyright © 2011. All Rights Reserved.