|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReadOnlyDto
A marker interface to identify read-only Dtos, that don't allow to change their attributes. All attempts to invoke a property setter method will throw an UnsupportedOperationException
Method Summary | |
---|---|
java.lang.Object |
clone()
Create a writable copy of this ReadOnlyDto Caution: The semantics are different than the standard Object.clone() method,
because the returned object's class is typically different from the ReadOnlyDtos's class |
Method Detail |
---|
java.lang.Object clone()
Object.clone()
method,
because the returned object's class is typically different from the ReadOnlyDtos's class
|
CodeBeamer 5.4.0.1-RC API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |