| Modifier and Type | Field and Description | 
|---|---|
| private java.util.ArrayList<LineItem> | items | 
| Constructor and Description | 
|---|
| Bundle()Constructs a bundle with no items. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(LineItem item)Adds an item to the bundle. | 
| double | getPrice()Gets the price of this line item. | 
| java.lang.String | toString()Gets the description of this line item. |