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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()Getter for the fieldcomment.DategetCreationDate()Getter for the fieldcreationDate.StringgetDeviceName()Getter for the fielddeviceName.StringgetDeviceType()Getter for the fielddeviceType.StringgetGroup()Getter for the fieldgroup.StringgetHeadRevision()Getter for the fieldheadRevision.StringgetRootConfigurationUrl()Getter for the fieldrootConfigurationUrl.intgetTotalRevisions()Getter for the fieldtotalRevisions.
 
- 
- 
- 
Method Detail- 
getDeviceNamepublic String getDeviceName() Getter for the field deviceName.- Returns:
- a Stringobject.
 
 - 
getDeviceTypepublic String getDeviceType() Getter for the field deviceType.- Returns:
- a Stringobject.
 
 - 
getHeadRevisionpublic String getHeadRevision() Getter for the field headRevision.- Returns:
- a Stringobject.
 
 - 
getTotalRevisionspublic int getTotalRevisions() Getter for the field totalRevisions.- Returns:
- a int.
 
 - 
getCreationDatepublic Date getCreationDate() Getter for the field creationDate.- Returns:
- a java$util$Date object.
 
 
- 
 
-