|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Copyable
Marks KRAD framework objects that support deep copying.
| Method Summary | |
|---|---|
Object |
clone()
Override Object.clone() to assign the public modifier. |
| Method Detail |
|---|
Object clone()
throws CloneNotSupportedException
Object.clone() to assign the public modifier.
Object.clone()
CloneNotSupportedException - If Cloneable is not implemented. This should not
be possible when using this interface.When cloning is enabled, {@link #clone} is used for shallow copy
operations.,
Cloneable,
Object.clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||