|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.admin.nodeManagement.ManagedNode
public class ManagedNode
A servlet that stores node, interface, service information
| Field Summary | |
|---|---|
protected List<ManagedInterface> |
interfaces
|
protected int |
nodeID
|
protected String |
nodeLabel
|
| Constructor Summary | |
|---|---|
ManagedNode()
Constructor for ManagedNode. |
|
| Method Summary | |
|---|---|
void |
addInterface(ManagedInterface newInterface)
addInterface |
int |
getInterfaceCount()
getInterfaceCount |
List<ManagedInterface> |
getInterfaces()
Getter for the field interfaces. |
int |
getNodeID()
Getter for the field nodeID. |
String |
getNodeLabel()
Getter for the field nodeLabel. |
void |
setNodeID(int id)
Setter for the field nodeID. |
void |
setNodeLabel(String label)
Setter for the field nodeLabel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int nodeID
protected String nodeLabel
protected List<ManagedInterface> interfaces
| Constructor Detail |
|---|
public ManagedNode()
Constructor for ManagedNode.
| Method Detail |
|---|
public void setNodeID(int id)
Setter for the field nodeID.
id - a int.public void setNodeLabel(String label)
Setter for the field nodeLabel.
label - a String object.public void addInterface(ManagedInterface newInterface)
addInterface
newInterface - a ManagedInterface object.public int getInterfaceCount()
getInterfaceCount
public int getNodeID()
Getter for the field nodeID.
public String getNodeLabel()
Getter for the field nodeLabel.
String object.public List<ManagedInterface> getInterfaces()
Getter for the field interfaces.
List object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||