Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.clone
Interface IClonedObject

All Known Implementing Classes:
ClonedObject

public interface IClonedObject

Interface to be implemented by clonedobject classes.


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.
 

Method Detail

getClonedObject

java.lang.Object getClonedObject()
The cloned object.

Returns:
the object stored.

getCloneClassType

java.lang.Class getCloneClassType()
The class of the cloned object (importatn if you want to cast it to its original type.

Returns:
the original class of the stored object

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013