org.hibernate.jsr303.tck.tests.validation.graphnavigation
Class Order

java.lang.Object
  extended by org.hibernate.jsr303.tck.tests.validation.graphnavigation.Order

public class Order
extends Object

Author:
Hardy Ferentschik

Constructor Summary
Order(Integer id)
           
 
Method Summary
 void addOrderLine(OrderLine orderLine)
           
 Address getBillingAddress()
           
 User getCustomer()
           
 List<OrderLine> getOrderLines()
           
 Address getShippingAddress()
           
 void setBillingAddress(Address billingAddress)
           
 void setCustomer(User customer)
           
 void setShippingAddress(Address shippingAddress)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Order

public Order(Integer id)
Method Detail

addOrderLine

public void addOrderLine(OrderLine orderLine)

getOrderLines

public List<OrderLine> getOrderLines()

getCustomer

public User getCustomer()

setCustomer

public void setCustomer(User customer)

getShippingAddress

public Address getShippingAddress()

setShippingAddress

public void setShippingAddress(Address shippingAddress)

getBillingAddress

public Address getBillingAddress()

setBillingAddress

public void setBillingAddress(Address billingAddress)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2011. All Rights Reserved.