T - the type of targetpublic interface CopyableTo<T>
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(T target)
Copy recursively all attributes of this object to target.
|
void copyTo(T target)
CopyableTo, then copyTo is invoked also in that attribute.target - the object where these attributes will be copied. may be null, in which case nothing happens.