org.jboss.test.cmp2.commerce
Interface Order
- All Superinterfaces: 
- EJBLocalObject (src) 
- public interface Order- extends EJBLocalObject (src) 
 
 
getOrdernumber
public java.lang.Long getOrdernumber()
- 
 
- 
 
getCreditCard
public Card (src)  getCreditCard()
- 
 
- 
 
setCreditCard
public void setCreditCard(Card (src)  card)
- 
 
- 
 
getOrderStatus
public java.lang.String getOrderStatus()
- 
 
- 
 
setOrderStatus
public void setOrderStatus(java.lang.String orderStatus)
- 
 
- 
 
getShippingAddress
public Address (src)  getShippingAddress()
- 
 
- 
 
setShippingAddress
public void setShippingAddress(Address (src)  address)
- 
 
- 
 
getBillingAddress
public Address (src)  getBillingAddress()
- 
 
- 
 
setBillingAddress
public void setBillingAddress(Address (src)  address)
- 
 
- 
 
getLineItems
public java.util.Collection getLineItems()
- 
 
- 
 
setLineItems
public void setLineItems(java.util.Collection lineItems)
- 
 
- 
 
getOrdersShippedToCA
public java.util.Set getOrdersShippedToCA()
                                   throws FinderException (src) 
- 
 
- 
- Throws:
- FinderException (src) 
 
getOrdersShippedToCA2
public java.util.Set getOrdersShippedToCA2()
                                    throws FinderException (src) 
- 
 
- 
- Throws:
- FinderException (src) 
 
getStatesShipedTo
public java.util.Collection getStatesShipedTo()
                                       throws FinderException (src) 
- 
 
- 
- Throws:
- FinderException (src) 
 
getStatesShipedTo2
public java.util.Collection getStatesShipedTo2()
                                        throws FinderException (src) 
- 
 
- 
- Throws:
- FinderException (src) 
 
getAddressesInCA
public java.util.Set getAddressesInCA()
                               throws FinderException (src) 
- 
 
- 
- Throws:
- FinderException (src) 
 
getAddressesInCA2
public java.util.Set getAddressesInCA2()
                                throws FinderException (src) 
- 
 
- 
- Throws:
- FinderException (src)