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
Class CloneDestinationPosition

java.lang.Object
  extended by ag.ion.bion.officelayer.clone.CloneDestinationPosition
All Implemented Interfaces:
IDestinationPosition

public class CloneDestinationPosition
extends java.lang.Object
implements IDestinationPosition

Concrete implementation of the IDestinationPosition.So this class is used to store the target position for a newly created clone.


Constructor Summary
CloneDestinationPosition(java.lang.Object storeObject, java.lang.Class clazz)
          Constructor for the DestinationPosition.
 
Method Summary
 java.lang.Object getDestinationObject()
          Returns the stored object.
 java.lang.Class getType()
          Returns the class of the stored object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloneDestinationPosition

public CloneDestinationPosition(java.lang.Object storeObject,
                                java.lang.Class clazz)
Constructor for the DestinationPosition.

Parameters:
storeObject - the class to be put into the store
clazz - the class type of the class to be stored
Method Detail

getType

public java.lang.Class getType()
Returns the class of the stored object.

Specified by:
getType in interface IDestinationPosition
Returns:
the type of the stored class

getDestinationObject

public java.lang.Object getDestinationObject()
Returns the stored object.

Specified by:
getDestinationObject in interface IDestinationPosition
Returns:
the stored destiantion object.

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