com.restfully.shop.domain
Class Orders
java.lang.Object
com.restfully.shop.domain.Orders
public class Orders
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orders
protected Collection<Order> orders
links
protected List<Link> links
Orders
public Orders()
getOrders
public Collection<Order> getOrders()
setOrders
public void setOrders(Collection<Order> orders)
getLinks
public List<Link> getLinks()
setLinks
public void setLinks(List<Link> links)
getNext
public String getNext()
getPrevious
public String getPrevious()
Copyright © 2011. All Rights Reserved.