|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |