org.opennms.rancid
Class InventoryElement2

java.lang.Object
  extended by org.opennms.rancid.InventoryElement2
All Implemented Interfaces:
Expandable

public class InventoryElement2
extends Object
implements Expandable


Method Summary
 void addMemory(InventoryMemory memory)
           
 void addSoftware(InventorySoftware software)
           
 void addTuple(Tuple tuple)
           
 String expand()
           
 List<InventoryMemory> getMemoryList()
           
 List<InventorySoftware> getSoftwareList()
           
 List<Tuple> getTupleList()
           
 void setMemoryList(List<InventoryMemory> memoryList)
           
 void setSoftwareList(List<InventorySoftware> softwareList)
           
 void setTupleList(List<Tuple> tupleList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.