com.restfully.shop.domain
Class Orders

java.lang.Object
  extended by com.restfully.shop.domain.Orders

public class Orders
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  List<Link> links
           
protected  Collection<Order> orders
           
 
Constructor Summary
Orders()
           
 
Method Summary
 List<Link> getLinks()
           
 String getNext()
           
 Collection<Order> getOrders()
           
 String getPrevious()
           
 void setLinks(List<Link> links)
           
 void setOrders(Collection<Order> orders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orders

protected Collection<Order> orders

links

protected List<Link> links
Constructor Detail

Orders

public Orders()
Method Detail

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.