|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.clone.ClonedObject
public class ClonedObject
Concrete implementation of the cloned object. This class serves as store for cloned objects. hcih are used in several instances of the cloneservice as return type.
Constructor Summary | |
---|---|
ClonedObject(java.lang.Object storeableObject,
java.lang.Class clazz)
Constructs a new ClonedObject, |
Method Summary | |
---|---|
java.lang.Class |
getCloneClassType()
The class of the cloned object (importatn if you want to cast it to its original type. |
java.lang.Object |
getClonedObject()
The cloned object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClonedObject(java.lang.Object storeableObject, java.lang.Class clazz)
storeableObject
- the object that should be placed in the storeclazz
- the class-type of the stored objectMethod Detail |
---|
public java.lang.Object getClonedObject()
getClonedObject
in interface IClonedObject
public java.lang.Class getCloneClassType()
getCloneClassType
in interface IClonedObject
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |