public abstract class AbstractTypeManufacturer extends Object implements TypeManufacturer
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
The application logger
|
| Constructor and Description |
|---|
AbstractTypeManufacturer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkWrapperIsValid(TypeManufacturerParamsWrapper wrapper)
Checks that the given wrapper is valid.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeprotected void checkWrapperIsValid(TypeManufacturerParamsWrapper wrapper)
wrapper - The wrapper to be checkedIllegalArgumentException - If the wrapper or its content is invalidCopyright © 2015. All rights reserved.