com.restfully.shop.domain
Class Customers
java.lang.Object
com.restfully.shop.domain.Customers
public class Customers
- extends java.lang.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 |
customers
protected java.util.Collection<Customer> customers
links
protected java.util.List<Link> links
Customers
public Customers()
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.