T
- the data model typepublic static interface DataModel.Interface<T>
Each data model class may or may not implement this interface, but that class must provide methods in the interface.
Modifier and Type | Field and Description |
---|---|
static String |
METHOD_NAME_COPY_FROM
The method name of
copyFrom(Object) . |
Modifier and Type | Method and Description |
---|---|
void |
copyFrom(T source)
Copies each property value of the specified object into this data model.
|
static final String METHOD_NAME_COPY_FROM
copyFrom(Object)
.void copyFrom(T source)
source
- the source data model objectCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.