public class AbstractFactory<T> extends Object
| Constructor and Description |
|---|
AbstractFactory() |
| Modifier and Type | Method and Description |
|---|---|
T |
getComponent() |
boolean |
hasComponent() |
void |
setComponent(T component) |
Copyright © 2018 Symphony. All rights reserved.