public final class DajlabModel extends Object
| Constructor and Description |
|---|
DajlabModel()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DajlabModelInterface> |
get(Class<T> clazz)
Get a model from the map using the class.
|
void |
put(DajlabModelInterface model)
Add a model to the map.
|
public void put(DajlabModelInterface model)
model - a modelpublic <T extends DajlabModelInterface> T get(Class<T> clazz)
T - the class must extend DajlabModelInterfaceclazz - a classCopyright © 2018. All rights reserved.