Package org.opennms.web.inventory
Class RancidNodeWrapper
- java.lang.Object
-
- org.opennms.web.inventory.RancidNodeWrapper
-
public class RancidNodeWrapper extends java.lang.Object
RancidNodeWrapper class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description RancidNodeWrapper(java.lang.String _deviceName, java.lang.String _group, java.lang.String _deviceType, java.lang.String _comment, java.lang.String _headRevision, int _totalRevision, java.util.Date _expirationDate, java.lang.String _rootConfigurationUrl)
Constructor for RancidNodeWrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComment()
Getter for the fieldcomment
.java.util.Date
getCreationDate()
Getter for the fieldcreationDate
.java.lang.String
getDeviceName()
Getter for the fielddeviceName
.java.lang.String
getDeviceType()
Getter for the fielddeviceType
.java.lang.String
getGroup()
Getter for the fieldgroup
.java.lang.String
getHeadRevision()
Getter for the fieldheadRevision
.java.lang.String
getRootConfigurationUrl()
Getter for the fieldrootConfigurationUrl
.int
getTotalRevisions()
Getter for the fieldtotalRevisions
.
-
-
-
Constructor Detail
-
RancidNodeWrapper
public RancidNodeWrapper(java.lang.String _deviceName, java.lang.String _group, java.lang.String _deviceType, java.lang.String _comment, java.lang.String _headRevision, int _totalRevision, java.util.Date _expirationDate, java.lang.String _rootConfigurationUrl)
Constructor for RancidNodeWrapper.
- Parameters:
_deviceName
- aString
object._group
- aString
object._deviceType
- aString
object._comment
- aString
object._headRevision
- aString
object._totalRevision
- a int._expirationDate
- a java$util$Date object._rootConfigurationUrl
- aString
object.
-
-
Method Detail
-
getDeviceName
public java.lang.String getDeviceName()
Getter for the field
deviceName
.- Returns:
- a
String
object.
-
getGroup
public java.lang.String getGroup()
Getter for the field
group
.- Returns:
- a
String
object.
-
getDeviceType
public java.lang.String getDeviceType()
Getter for the field
deviceType
.- Returns:
- a
String
object.
-
getComment
public java.lang.String getComment()
Getter for the field
comment
.- Returns:
- a
String
object.
-
getHeadRevision
public java.lang.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 java.util.Date getCreationDate()
Getter for the field
creationDate
.- Returns:
- a java$util$Date object.
-
getRootConfigurationUrl
public java.lang.String getRootConfigurationUrl()
Getter for the field
rootConfigurationUrl
.- Returns:
- a
String
object.
-
-