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