org.hibernate.jsr303.tck.tests.validation.graphnavigation
Class Order
java.lang.Object
org.hibernate.jsr303.tck.tests.validation.graphnavigation.Order
public class Order
- extends Object
- Author:
- Hardy Ferentschik
Order
public Order(Integer id)
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.