com.restfully.shop.domain
Class Products

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

public class Products
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  List<Link> links
           
protected  Collection<Product> products
           
 
Constructor Summary
Products()
           
 
Method Summary
 List<Link> getLinks()
           
 String getNext()
           
 String getPrevious()
           
 Collection<Product> getProducts()
           
 void setLinks(List<Link> links)
           
 void setProducts(Collection<Product> products)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

products

protected Collection<Product> products

links

protected List<Link> links
Constructor Detail

Products

public Products()
Method Detail

getProducts

public Collection<Product> getProducts()

setProducts

public void setProducts(Collection<Product> products)

getLinks

public List<Link> getLinks()

setLinks

public void setLinks(List<Link> links)

getNext

public String getNext()

getPrevious

public String getPrevious()


Copyright © 2013 Oracle Corporation. All Rights Reserved.