public class InventoryNode
extends java.lang.Object
Constructor and Description |
---|
InventoryNode(RancidNode parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigurationUrl() |
java.util.Date |
getCreationDate() |
InventoryElement |
getNode() |
java.util.List<InventoryElement> |
getNodeElements() |
RancidNode |
getParent() |
java.lang.String |
getSoftwareImageUrl() |
java.lang.String |
getSoftwareVersion() |
java.lang.String |
getVersionId() |
void |
setConfigurationUrl(java.lang.String configurationUrl) |
void |
setCreationDate(java.util.Date creationDate) |
void |
setNode(InventoryElement node) |
void |
setNodeElements(java.util.List<InventoryElement> nodeElements) |
void |
setParent(RancidNode parent) |
void |
setSoftwareImageUrl(java.lang.String softwareImageUrl) |
void |
setSoftwareVersion(java.lang.String softwareVersion) |
void |
setVersionId(java.lang.String version) |
public InventoryNode(RancidNode parent)
public java.lang.String getVersionId()
public void setVersionId(java.lang.String version)
public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
public java.util.List<InventoryElement> getNodeElements()
public void setNodeElements(java.util.List<InventoryElement> nodeElements)
public java.lang.String getSoftwareVersion()
public void setSoftwareVersion(java.lang.String softwareVersion)
public java.lang.String getSoftwareImageUrl()
public void setSoftwareImageUrl(java.lang.String softwareImageUrl)
public void setConfigurationUrl(java.lang.String configurationUrl)
public java.lang.String getConfigurationUrl()
public InventoryElement getNode()
public void setNode(InventoryElement node)
public RancidNode getParent()
public void setParent(RancidNode parent)
Copyright © 2018. All Rights Reserved.