|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.model.DataLinkInterface
public class DataLinkInterface
| Constructor Summary | |
|---|---|
DataLinkInterface()
Constructor for DataLinkInterface. |
|
DataLinkInterface(int nodeId,
int ifIndex,
int nodeParentId,
int parentIfIndex,
String status,
Date lastPollTime)
Constructor for DataLinkInterface. |
|
| Method Summary | |
|---|---|
int |
compareTo(DataLinkInterface o)
compareTo |
Integer |
getId()
Method getNodeId returns the nodeId of this DataLinkInterface object. |
Integer |
getIfIndex()
Method getIfIndex returns the ifIndex of this DataLinkInterface object. |
Date |
getLastPollTime()
Method getLastPollTime returns the lastPollTime of this DataLinkInterface object. |
Integer |
getLinkTypeId()
Getter for the field linkTypeId. |
Integer |
getNodeId()
Getter for the field nodeId. |
Integer |
getNodeParentId()
Method getNodeParentId returns the nodeParentId of this DataLinkInterface object. |
Integer |
getParentIfIndex()
Method getParentIfIndex returns the parentIfIndex of this DataLinkInterface object. |
String |
getStatus()
Method getStatus returns the status of this DataLinkInterface object. |
int |
hashCode()
hashCode |
void |
setId(int id)
Setter for the field id. |
void |
setIfIndex(int ifIndex)
Setter for the field ifIndex. |
void |
setLastPollTime(Date lastPollTime)
Setter for the field lastPollTime. |
void |
setLinkTypeId(Integer linkTypeId)
Setter for the field linkTypeId. |
void |
setNodeId(int nodeId)
Setter for the field nodeId. |
void |
setNodeParentId(int nodeParentId)
Setter for the field nodeParentId. |
void |
setParentIfIndex(int parentIfIndex)
Setter for the field parentIfIndex. |
void |
setStatus(String status)
Setter for the field status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataLinkInterface()
Constructor for DataLinkInterface.
public DataLinkInterface(int nodeId,
int ifIndex,
int nodeParentId,
int parentIfIndex,
String status,
Date lastPollTime)
Constructor for DataLinkInterface.
nodeId - a int.ifIndex - a int.nodeParentId - a int.parentIfIndex - a int.status - a String object.lastPollTime - a Date object.| Method Detail |
|---|
public Integer getId()
public void setId(int id)
Setter for the field id.
id - a int.public Integer getNodeId()
Getter for the field nodeId.
Integer object.public void setNodeId(int nodeId)
Setter for the field nodeId.
nodeId - a int.public Integer getIfIndex()
public void setIfIndex(int ifIndex)
Setter for the field ifIndex.
ifIndex - a int.public Integer getNodeParentId()
public void setNodeParentId(int nodeParentId)
Setter for the field nodeParentId.
nodeParentId - a int.public Integer getParentIfIndex()
public void setParentIfIndex(int parentIfIndex)
Setter for the field parentIfIndex.
parentIfIndex - a int.public String getStatus()
public void setStatus(String status)
Setter for the field status.
status - a String object.public Integer getLinkTypeId()
Getter for the field linkTypeId.
Integer object.public void setLinkTypeId(Integer linkTypeId)
Setter for the field linkTypeId.
linkTypeId - a Integer object.public Date getLastPollTime()
public void setLastPollTime(Date lastPollTime)
Setter for the field lastPollTime.
lastPollTime - a Date object.public int compareTo(DataLinkInterface o)
compareTo
compareTo in interface Comparable<DataLinkInterface>o - a DataLinkInterface object.
public int hashCode()
hashCode
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||