com.restfully.shop.domain
Class Customers

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

public class Customers
extends java.lang.Object

Version:
$Revision: 1 $
Author:
Bill Burke

Field Summary
protected  java.util.Collection<Customer> customers
           
protected  java.util.List<Link> links
           
 
Constructor Summary
Customers()
           
 
Method Summary
 java.util.Collection<Customer> getCustomers()
           
 java.util.List<Link> getLinks()
           
 java.lang.String getNext()
           
 java.lang.String getPrevious()
           
 void setCustomers(java.util.Collection<Customer> customers)
           
 void setLinks(java.util.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 java.util.Collection<Customer> customers

links

protected java.util.List<Link> links
Constructor Detail

Customers

public Customers()
Method Detail

getCustomers

public java.util.Collection<Customer> getCustomers()

setCustomers

public void setCustomers(java.util.Collection<Customer> customers)

getLinks

public java.util.List<Link> getLinks()

setLinks

public void setLinks(java.util.List<Link> links)

getNext

public java.lang.String getNext()

getPrevious

public java.lang.String getPrevious()


Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.