public class Order extends Object
| Constructor and Description |
|---|
Order() |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(Item item)
FIXME Comment this
|
Item |
getItem(int index) |
List<Item> |
getItems()
Get the item.
|
String |
getOrderid()
Get the orderid.
|
String |
getPerson()
Get the person.
|
ShipTo |
getShipto()
Get the shipto.
|
Item |
removeItem(int index)
FIXME Comment this
|
void |
removeItem(Item item)
FIXME Comment this
|
void |
setItems(List<Item> items)
Set the item.
|
void |
setOrderid(String orderid)
Set the orderid.
|
void |
setPerson(String person)
Set the person.
|
void |
setShipto(ShipTo shipto)
Set the shipto.
|
public String getPerson()
public void setPerson(String person)
person - The person to set.public ShipTo getShipto()
public void setShipto(ShipTo shipto)
shipto - The shipto to set.public void addItem(Item item)
item - public Item getItem(int index)
public void removeItem(Item item)
item - public Item removeItem(int index)
index - public String getOrderid()
public void setOrderid(String orderid)
orderid - The orderid to set.Copyright © 2013. All Rights Reserved.