|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.OnmsAtInterface
public class OnmsAtInterface
AtInterface class.
| Constructor Summary | |
|---|---|
OnmsAtInterface(OnmsNode node,
InetAddress ipAddress)
Constructor for AtInterface. |
|
OnmsAtInterface(OnmsNode node,
InetAddress ipAddress,
String macAddress)
Constructor for AtInterface. |
|
| Method Summary | |
|---|---|
Integer |
getId()
|
Integer |
getIfIndex()
Getter for the field ifindex. |
String |
getInterfaceId()
|
InetAddress |
getIpAddress()
Getter for the field ipAddress. |
Date |
getLastPollTime()
|
String |
getMacAddress()
Getter for the field macAddress. |
OnmsNode |
getNode()
|
Integer |
getSourceNodeId()
|
Character |
getStatus()
|
void |
setId(Integer id)
|
void |
setIfIndex(Integer ifIndex)
Setter for the field ifindex. |
void |
setIpAddress(InetAddress ipAddress)
|
void |
setLastPollTime(Date lastPollTime)
|
void |
setMacAddress(String macAddress)
Setter for the field macAddress. |
void |
setNode(OnmsNode node)
|
void |
setSourceNodeId(Integer sourceNodeId)
|
void |
setStatus(Character status)
|
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OnmsAtInterface(OnmsNode node,
InetAddress ipAddress,
String macAddress)
Constructor for AtInterface.
node - TODOipAddress - a String object.macAddress - a String object.
public OnmsAtInterface(OnmsNode node,
InetAddress ipAddress)
Constructor for AtInterface.
node - TODOipAddress - a String object.| Method Detail |
|---|
public String toString()
toString
toString in class ObjectString object.public Integer getId()
public String getInterfaceId()
public void setId(Integer id)
public OnmsNode getNode()
public void setNode(OnmsNode node)
public InetAddress getIpAddress()
Getter for the field ipAddress.
public void setIpAddress(InetAddress ipAddress)
public String getMacAddress()
Getter for the field macAddress.
public void setMacAddress(String macAddress)
Setter for the field macAddress.
macAddress - a String object.public Character getStatus()
public void setStatus(Character status)
public Integer getSourceNodeId()
public void setSourceNodeId(Integer sourceNodeId)
public Integer getIfIndex()
Getter for the field ifindex.
public void setIfIndex(Integer ifIndex)
Setter for the field ifindex.
ifIndex - a int.public Date getLastPollTime()
public void setLastPollTime(Date lastPollTime)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||