T
- the data model typepublic interface DataModel<T extends DataModel<T>>
get<PropertyName>Option():<PropertyType>
set<PropertyName>Option(<PropertyType>):void
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(T other)
Copies the properties in the specified object into this.
|
void |
reset()
Resets the properties in this to initial state.
|
void reset()
void copyFrom(T other)
other
- the target objectCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.