Package org.opennms.web.inventory
Class RancidNodeWrapper
- java.lang.Object
-
- org.opennms.web.inventory.RancidNodeWrapper
-
public class RancidNodeWrapper extends Object
RancidNodeWrapper class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComment()
Getter for the fieldcomment
.Date
getCreationDate()
Getter for the fieldcreationDate
.String
getDeviceName()
Getter for the fielddeviceName
.String
getDeviceType()
Getter for the fielddeviceType
.String
getGroup()
Getter for the fieldgroup
.String
getHeadRevision()
Getter for the fieldheadRevision
.String
getRootConfigurationUrl()
Getter for the fieldrootConfigurationUrl
.int
getTotalRevisions()
Getter for the fieldtotalRevisions
.
-
-
-
Method Detail
-
getDeviceName
public String getDeviceName()
Getter for the field
deviceName
.- Returns:
- a
String
object.
-
getDeviceType
public String getDeviceType()
Getter for the field
deviceType
.- Returns:
- a
String
object.
-
getHeadRevision
public String getHeadRevision()
Getter for the field
headRevision
.- Returns:
- a
String
object.
-
getTotalRevisions
public int getTotalRevisions()
Getter for the field
totalRevisions
.- Returns:
- a int.
-
getCreationDate
public Date getCreationDate()
Getter for the field
creationDate
.- Returns:
- a java$util$Date object.
-
-