org.opennms.web.element
Class Node

java.lang.Object
  extended by org.opennms.web.element.Node
All Implemented Interfaces:
Comparable<Node>

public class Node
extends Object
implements Comparable<Node>


Method Summary
 int compareTo(Node o)
           
 String getDpName()
           
 String getForeignId()
           
 String getForeignSource()
           
 String getLabel()
           
 String getNodeCreateTime()
           
 int getNodeId()
           
 int getNodeParent()
           
 String getNodeSysContact()
           
 String getNodeSysDescr()
           
 String getNodeSysId()
           
 String getNodeSysLocn()
           
 String getNodeSysName()
           
 char getNodeType()
           
 String getOperatingSystem()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getNodeId

public int getNodeId()

getNodeParent

public int getNodeParent()

getLabel

public String getLabel()

getDpName

public String getDpName()

getNodeCreateTime

public String getNodeCreateTime()

getNodeSysId

public String getNodeSysId()

getNodeSysName

public String getNodeSysName()

getNodeSysDescr

public String getNodeSysDescr()

getNodeSysLocn

public String getNodeSysLocn()

getNodeSysContact

public String getNodeSysContact()

getNodeType

public char getNodeType()

getOperatingSystem

public String getOperatingSystem()

getForeignSource

public String getForeignSource()

getForeignId

public String getForeignId()

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(Node o)
Specified by:
compareTo in interface Comparable<Node>


Copyright © 2009. All Rights Reserved.