| Package | Description |
|---|---|
| com.herbocailleau.sgq.entities |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientDAOAbstract<E extends Client> |
class |
ClientDAOImpl<E extends Client> |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientAbstract |
class |
ClientImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Client |
SaleAbstract.client
Nom de l'attribut en BD : client
|
| Modifier and Type | Method and Description |
|---|---|
Client |
SaleAbstract.getClient() |
Client |
Sale.getClient() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
SaleDAOAbstract.findAllByClient(Client v) |
E |
SaleDAOAbstract.findByClient(Client v) |
void |
SaleAbstract.setClient(Client client) |
void |
Sale.setClient(Client client) |
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.