org.opennms.web.inventory
Class RancidNodeWrapper

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

public class RancidNodeWrapper
extends Object


Constructor Summary
RancidNodeWrapper(String _deviceName, String _group, String _deviceType, String _comment, String _headRevision, int _totalRevision, Date _expirationDate, String _rootConfigurationUrl)
           
 
Method Summary
 String getComment()
           
 Date getCreationDate()
           
 String getDeviceName()
           
 String getDeviceType()
           
 String getGroup()
           
 String getHeadRevision()
           
 String getRootConfigurationUrl()
           
 int getTotalRevisions()
           
 
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)
Method Detail

getDeviceName

public String getDeviceName()

getGroup

public String getGroup()

getDeviceType

public String getDeviceType()

getComment

public String getComment()

getHeadRevision

public String getHeadRevision()

getTotalRevisions

public int getTotalRevisions()

getCreationDate

public Date getCreationDate()

getRootConfigurationUrl

public String getRootConfigurationUrl()


Copyright © 2009. All Rights Reserved.