org.jboss.resteasy.test.providers.jaxb.data
Class Order

java.lang.Object
  extended by org.jboss.resteasy.test.providers.jaxb.data.Order

public class Order
extends java.lang.Object

A Order.

Version:
$Revision:$
Author:
Ryan J. McDonough

Constructor Summary
Order()
           
 
Method Summary
 void addItem(Item item)
          FIXME Comment this
 Item getItem(int index)
           
 java.util.List<Item> getItems()
          Get the item.
 java.lang.String getOrderid()
          Get the orderid.
 java.lang.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(java.util.List<Item> items)
          Set the item.
 void setOrderid(java.lang.String orderid)
          Set the orderid.
 void setPerson(java.lang.String person)
          Set the person.
 void setShipto(ShipTo shipto)
          Set the shipto.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Order

public Order()
Method Detail

getPerson

public java.lang.String getPerson()
Get the person.

Returns:
the person.

setPerson

public void setPerson(java.lang.String person)
Set the person.

Parameters:
person - The person to set.

getShipto

public ShipTo getShipto()
Get the shipto.

Returns:
the shipto.

setShipto

public void setShipto(ShipTo shipto)
Set the shipto.

Parameters:
shipto - The shipto to set.

addItem

public void addItem(Item item)
FIXME Comment this

Parameters:
item -

getItems

public java.util.List<Item> getItems()
Get the item.

Returns:
the item.

getItem

public Item getItem(int index)

removeItem

public void removeItem(Item item)
FIXME Comment this

Parameters:
item -

removeItem

public Item removeItem(int index)
FIXME Comment this

Parameters:
index -
Returns:

setItems

public void setItems(java.util.List<Item> items)
Set the item.

Parameters:
item - The item to set.

getOrderid

public java.lang.String getOrderid()
Get the orderid.

Returns:
the orderid.

setOrderid

public void setOrderid(java.lang.String orderid)
Set the orderid.

Parameters:
orderid - The orderid to set.


Copyright © 2009. All Rights Reserved.