|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.admin.nodeManagement.ManagedInterface
public class ManagedInterface
A servlet that stores interface information
| Field Summary | |
|---|---|
protected String |
address
|
protected int |
nodeid
|
protected List<ManagedService> |
services
|
protected String |
status
|
| Constructor Summary | |
|---|---|
ManagedInterface()
Constructor for ManagedInterface. |
|
| Method Summary | |
|---|---|
void |
addService(ManagedService newService)
addService |
String |
getAddress()
Getter for the field address. |
int |
getNodeid()
Getter for the field nodeid. |
int |
getServiceCount()
getServiceCount |
List<ManagedService> |
getServices()
Getter for the field services. |
String |
getStatus()
Getter for the field status. |
void |
setAddress(String newAddress)
Setter for the field address. |
void |
setNodeid(int id)
Setter for the field nodeid. |
void |
setStatus(String newStatus)
Setter for the field status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String address
protected List<ManagedService> services
protected String status
protected int nodeid
| Constructor Detail |
|---|
public ManagedInterface()
Constructor for ManagedInterface.
| Method Detail |
|---|
public void addService(ManagedService newService)
addService
newService - a ManagedService object.public void setAddress(String newAddress)
Setter for the field address.
newAddress - a String object.public String getAddress()
Getter for the field address.
String object.public List<ManagedService> getServices()
Getter for the field services.
List object.public int getServiceCount()
getServiceCount
public void setNodeid(int id)
Setter for the field nodeid.
id - a int.public int getNodeid()
Getter for the field nodeid.
public void setStatus(String newStatus)
Setter for the field status.
newStatus - a String object.public String getStatus()
Getter for the field status.
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||