org.opennms.web.inventory
Class RancidNodeWrapper

java.lang.Object
  extended by org.opennms.web.inventory.RancidNodeWrapper

public class RancidNodeWrapper
extends Object

RancidNodeWrapper class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

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

RancidNodeWrapper

public RancidNodeWrapper(String _deviceName,
                         String _group,
                         String _deviceType,
                         String _comment,
                         String _headRevision,
                         int _totalRevision,
                         Date _expirationDate,
                         String _rootConfigurationUrl)

Constructor for RancidNodeWrapper.

Parameters:
_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

getDeviceName

public String getDeviceName()

Getter for the field deviceName.

Returns:
a String object.

getGroup

public String getGroup()

Getter for the field group.

Returns:
a String object.

getDeviceType

public String getDeviceType()

Getter for the field deviceType.

Returns:
a String object.

getComment

public String getComment()

Getter for the field comment.

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.

getRootConfigurationUrl

public String getRootConfigurationUrl()

Getter for the field rootConfigurationUrl.

Returns:
a String object.


Copyright © 2011. All Rights Reserved.