| Package | Description |
|---|---|
| com.herbocailleau.sgq.business.model | |
| com.herbocailleau.sgq.entities |
| Modifier and Type | Field and Description |
|---|---|
protected Country |
SearchModel.origin |
| Modifier and Type | Method and Description |
|---|---|
Country |
SearchModel.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchModel.setOrigin(Country origin) |
| Modifier and Type | Field and Description |
|---|---|
protected Country |
BatchAbstract.origin
Nom de l'attribut en BD : origin
|
| Modifier and Type | Method and Description |
|---|---|
Country |
Batch.getOrigin() |
Country |
BatchAbstract.getOrigin() |
static Country |
Country.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Country[] |
Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
BatchDAOAbstract.findAllByOrigin(Country v) |
E |
BatchDAOAbstract.findByOrigin(Country v) |
void |
Batch.setOrigin(Country origin) |
void |
BatchAbstract.setOrigin(Country origin) |
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.