org.opennms.netmgt.linkd
Class DbDataLinkInterfaceEntry

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

public final class DbDataLinkInterfaceEntry
extends Object

Author:
Antonio Russo

Field Summary
static char STATUS_ACTIVE
          The character returned if the entry is active
static char STATUS_DELETED
          It stats that node is deleted The character returned if the node is deleted
static char STATUS_NOT_POLLED
          The character returned if the entry is not active means last polled
static char STATUS_UNKNOWN
          The character returned if the entry type is unset/unknown.
 
Method Summary
 int get_ifindex()
          get_ifindex
 int get_nodeId()
          get_nodeId
 int get_nodeparentid()
          get_nodeparentid
 int get_parentifindex()
          get_parentifindex
 char get_status()
          get_status
 String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STATUS_ACTIVE

public static final char STATUS_ACTIVE
The character returned if the entry is active

See Also:
Constant Field Values

STATUS_NOT_POLLED

public static final char STATUS_NOT_POLLED
The character returned if the entry is not active means last polled

See Also:
Constant Field Values

STATUS_DELETED

public static final char STATUS_DELETED
It stats that node is deleted The character returned if the node is deleted

See Also:
Constant Field Values

STATUS_UNKNOWN

public static final char STATUS_UNKNOWN
The character returned if the entry type is unset/unknown.

See Also:
Constant Field Values
Method Detail

get_nodeId

public int get_nodeId()

get_nodeId

Returns:
a int.

get_ifindex

public int get_ifindex()

get_ifindex

Returns:
a int.

get_nodeparentid

public int get_nodeparentid()

get_nodeparentid

Returns:
a int.

get_parentifindex

public int get_parentifindex()

get_parentifindex

Returns:
a int.

get_status

public char get_status()

get_status

Returns:
a char.

toString

public String toString()

toString

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


Copyright © 2011. All Rights Reserved.