org.opennms.rancid
Class InventoryNode

java.lang.Object
  extended by org.opennms.rancid.InventoryNode

public class InventoryNode
extends Object


Constructor Summary
InventoryNode(RancidNode parent)
           
 
Method Summary
 String getConfigurationUrl()
           
 Date getCreationDate()
           
 InventoryElement getNode()
           
 List<InventoryElement> getNodeElements()
           
 RancidNode getParent()
           
 String getSoftwareImageUrl()
           
 String getSoftwareVersion()
           
 String getVersionId()
           
 void setConfigurationUrl(String configurationUrl)
           
 void setCreationDate(Date creationDate)
           
 void setNode(InventoryElement node)
           
 void setNodeElements(List<InventoryElement> nodeElements)
           
 void setParent(RancidNode parent)
           
 void setSoftwareImageUrl(String softwareImageUrl)
           
 void setSoftwareVersion(String softwareVersion)
           
 void setVersionId(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InventoryNode

public InventoryNode(RancidNode parent)
Method Detail

getVersionId

public String getVersionId()

setVersionId

public void setVersionId(String version)

getCreationDate

public Date getCreationDate()

setCreationDate

public void setCreationDate(Date creationDate)

getNodeElements

public List<InventoryElement> getNodeElements()

setNodeElements

public void setNodeElements(List<InventoryElement> nodeElements)

getSoftwareVersion

public String getSoftwareVersion()

setSoftwareVersion

public void setSoftwareVersion(String softwareVersion)

getSoftwareImageUrl

public String getSoftwareImageUrl()

setSoftwareImageUrl

public void setSoftwareImageUrl(String softwareImageUrl)

setConfigurationUrl

public void setConfigurationUrl(String configurationUrl)

getConfigurationUrl

public String getConfigurationUrl()

getNode

public InventoryElement getNode()

setNode

public void setNode(InventoryElement node)

getParent

public RancidNode getParent()

setParent

public void setParent(RancidNode parent)


Copyright © 2012. All Rights Reserved.