|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.inventory.RancidNodeWrapper
public class RancidNodeWrapper
RancidNodeWrapper class.
| Constructor Summary | |
|---|---|
RancidNodeWrapper(String _deviceName,
String _group,
String _deviceType,
String _comment,
String _headRevision,
int _totalRevision,
Date _expirationDate,
String _rootConfigurationUrl)
Constructor for RancidNodeWrapper. |
|
| Method Summary | |
|---|---|
String |
getComment()
Getter for the field comment. |
Date |
getCreationDate()
Getter for the field creationDate. |
String |
getDeviceName()
Getter for the field deviceName. |
String |
getDeviceType()
Getter for the field deviceType. |
String |
getGroup()
Getter for the field group. |
String |
getHeadRevision()
Getter for the field headRevision. |
String |
getRootConfigurationUrl()
Getter for the field rootConfigurationUrl. |
int |
getTotalRevisions()
Getter for the field totalRevisions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RancidNodeWrapper(String _deviceName,
String _group,
String _deviceType,
String _comment,
String _headRevision,
int _totalRevision,
Date _expirationDate,
String _rootConfigurationUrl)
Constructor for RancidNodeWrapper.
_deviceName - a String object._group - a String object._deviceType - a String object._comment - a String object._headRevision - a String object._totalRevision - a int._expirationDate - a java$util$Date object._rootConfigurationUrl - a String object.| Method Detail |
|---|
public String getDeviceName()
Getter for the field deviceName.
String object.public String getGroup()
Getter for the field group.
String object.public String getDeviceType()
Getter for the field deviceType.
String object.public String getComment()
Getter for the field comment.
String object.public String getHeadRevision()
Getter for the field headRevision.
String object.public int getTotalRevisions()
Getter for the field totalRevisions.
public Date getCreationDate()
Getter for the field creationDate.
public String getRootConfigurationUrl()
Getter for the field rootConfigurationUrl.
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||