com.restfully.shop.domain
Class Customers

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

public class Customers
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  Collection<Customer> customers
           
protected  List<Link> links
           
 
Constructor Summary
Customers()
           
 
Method Summary
 Collection<Customer> getCustomers()
           
 List<Link> getLinks()
           
 String getNext()
           
 String getPrevious()
           
 void setCustomers(Collection<Customer> customers)
           
 void setLinks(List<Link> links)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customers

protected Collection<Customer> customers

links

protected List<Link> links
Constructor Detail

Customers

public Customers()
Method Detail

getCustomers

public Collection<Customer> getCustomers()

setCustomers

public void setCustomers(Collection<Customer> customers)

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.