T - type of object inside collectionpublic class WildcardCollectionModel<T> extends GenericBaseModel<Collection<T>>
Model but for any collections of serializable objects.| Constructor and Description |
|---|
WildcardCollectionModel()
Creates empty model
|
WildcardCollectionModel(Collection<T> collection)
Creates model that will contain
collection. |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<T> |
createSerializableVersionOf(Collection<T> object)
Creates a serializable version of the object.
|
detach, equals, getObject, getObjectClass, hashCode, setObject, toStringpublic WildcardCollectionModel()
public WildcardCollectionModel(Collection<T> collection)
collection.collection - the collectionprotected Collection<T> createSerializableVersionOf(Collection<T> object)
createSerializableVersionOf in class GenericBaseModel<Collection<T>>object - the objectobjectCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.