org.opennms.web.element
Class DataLinkInterface

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

public class DataLinkInterface
extends Object

DataLinkInterface class.

Author:
Antonio Russo

Method Summary
 int get_ifindex()
          get_ifindex
 String get_ipaddr()
          get_ipaddr
 String get_lastPollTime()
          get_lastPollTime
 int get_nodeId()
          get_nodeId
 int get_nodeparentid()
          get_nodeparentid
 int get_parentifindex()
          get_parentifindex
 String get_parentipaddr()
          get_parentipaddr
 char get_status()
          get_status
 String getStatusString()
           
 void invertNodewithParent()
          invertNodewithParent
 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.

get_ifindex

public int get_ifindex()

get_ifindex

Returns:
a int.

get_parentifindex

public int get_parentifindex()

get_parentifindex

Returns:
a int.

get_ipaddr

public String get_ipaddr()

get_ipaddr

Returns:
a String object.

get_parentipaddr

public String get_parentipaddr()

get_parentipaddr

Returns:
a String object.

get_lastPollTime

public String get_lastPollTime()

get_lastPollTime

Returns:
a String object.

get_nodeId

public int get_nodeId()

get_nodeId

Returns:
a int.

get_nodeparentid

public int get_nodeparentid()

get_nodeparentid

Returns:
a int.

get_status

public char get_status()

get_status

Returns:
a char.

getStatusString

public String getStatusString()

invertNodewithParent

public void invertNodewithParent()

invertNodewithParent



Copyright © 2011. All Rights Reserved.