T - the generic type of the model objectpublic abstract class GenericCollectionModel<T> extends GenericModel<T>
GenericCollectionModel is the base class for wild card collections that
contains object that do not appear to implement the Serializable interface.| Constructor and Description |
|---|
GenericCollectionModel(T object)
Instantiates a new
GenericCollectionModel. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
newSerializableCollectionOf(T object)
Creates a serializable version of the object.
|
void |
setObject(T object) |
attach, detach, getObjectClass, ofCollection, ofList, ofMap, ofSetpublic GenericCollectionModel(T object)
GenericCollectionModel.object - the objectCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.