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 DestinationPosition

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

public class DestinationPosition
extends java.lang.Object
implements IDestinationPosition

Concrete implementation of the IDestinationPosition. With this class its possible to give a newly cloned object a target destiantion, so that it "knows" wherer to be placed.


Constructor Summary
DestinationPosition(java.lang.Object storeObject)
          Constructor of 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

DestinationPosition

public DestinationPosition(java.lang.Object storeObject)
Constructor of the DestinationPosition.

Parameters:
storeObject - the object to be stored in this class
Method Detail

getType

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

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

getDestinationObject

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

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

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