org.opennms.rancid
Class InventoryNode
java.lang.Object
org.opennms.rancid.InventoryNode
public class InventoryNode
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InventoryNode
public InventoryNode(RancidNode parent)
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.