public class InventoryElement2 extends java.lang.Object implements Expandable
Modifier and Type | Method and Description |
---|---|
void |
addMemory(InventoryMemory memory) |
void |
addSoftware(InventorySoftware software) |
void |
addTuple(Tuple tuple) |
java.lang.String |
expand() |
java.util.List<InventoryMemory> |
getMemoryList() |
java.util.List<InventorySoftware> |
getSoftwareList() |
java.util.List<Tuple> |
getTupleList() |
void |
setMemoryList(java.util.List<InventoryMemory> memoryList) |
void |
setSoftwareList(java.util.List<InventorySoftware> softwareList) |
void |
setTupleList(java.util.List<Tuple> tupleList) |
public java.lang.String expand()
expand
in interface Expandable
public java.util.List<Tuple> getTupleList()
public void setTupleList(java.util.List<Tuple> tupleList)
public java.util.List<InventoryMemory> getMemoryList()
public void setMemoryList(java.util.List<InventoryMemory> memoryList)
public java.util.List<InventorySoftware> getSoftwareList()
public void setSoftwareList(java.util.List<InventorySoftware> softwareList)
public void addTuple(Tuple tuple)
public void addMemory(InventoryMemory memory)
public void addSoftware(InventorySoftware software)
Copyright © 2018. All Rights Reserved.