org.opennms.rancid
Class InventoryElement2
java.lang.Object
org.opennms.rancid.InventoryElement2
- All Implemented Interfaces:
- Expandable
public class InventoryElement2
- extends Object
- implements Expandable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expand
public String expand()
- Specified by:
expand in interface Expandable
getTupleList
public List<Tuple> getTupleList()
setTupleList
public void setTupleList(List<Tuple> tupleList)
getMemoryList
public List<InventoryMemory> getMemoryList()
setMemoryList
public void setMemoryList(List<InventoryMemory> memoryList)
getSoftwareList
public List<InventorySoftware> getSoftwareList()
setSoftwareList
public void setSoftwareList(List<InventorySoftware> softwareList)
addTuple
public void addTuple(Tuple tuple)
addMemory
public void addMemory(InventoryMemory memory)
addSoftware
public void addSoftware(InventorySoftware software)
Copyright © 2012. All Rights Reserved.