Uses of Class
com.restfully.shop.domain.Link

Packages that use Link
com.restfully.shop.domain   
 

Uses of Link in com.restfully.shop.domain
 

Fields in com.restfully.shop.domain with type parameters of type Link
protected  List<Link> Products.links
           
protected  List<Link> Orders.links
           
protected  List<Link> Customers.links
           
 

Methods in com.restfully.shop.domain that return types with arguments of type Link
 List<Link> Products.getLinks()
           
 List<Link> Orders.getLinks()
           
 List<Link> Customers.getLinks()
           
 

Method parameters in com.restfully.shop.domain with type arguments of type Link
 void Products.setLinks(List<Link> links)
           
 void Orders.setLinks(List<Link> links)
           
 void Customers.setLinks(List<Link> links)
           
 



Copyright © 2011. All Rights Reserved.