| Package | Description |
|---|---|
| de.alpharogroup.model | |
| de.alpharogroup.model.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseModel<T>
The class
BaseModel for simple objects. |
class |
SerializableModel<T extends Serializable>
The class
SerializableModel contains only model object that implements the
Serializable interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionModel<T>
Based on
Model but for any collections of serializable objects. |
class |
GenericCollectionModel<T>
The class
GenericCollectionModel is the base class for wild card collections that
contains object that do not appear to implement the Serializable interface. |
class |
ListModel<T>
Based on
Model but for lists of serializable objects. |
class |
MapModel<K,V>
Based on
Model but for maps of serializable objects. |
class |
SetModel<T>
Based on
Model but for sets of serializable objects. |
class |
WildcardCollectionModel<T>
Based on
Model but for any collections of serializable objects. |
class |
WildcardListModel<T>
Based on
Model but for lists of serializable objects. |
class |
WildcardSetModel<T>
Based on
Model but for sets of serializable objects. |
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.