Package no.nsd.qddt.domain.instrument
Class InstrumentFactory
- java.lang.Object
-
- no.nsd.qddt.domain.instrument.InstrumentFactory
-
- All Implemented Interfaces:
IEntityFactory<Instrument>
public class InstrumentFactory extends java.lang.Object implements IEntityFactory<Instrument>
-
-
Constructor Summary
Constructors Constructor Description InstrumentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instrument
copyBody(Instrument source, Instrument dest)
Instrument
create()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface no.nsd.qddt.domain.IEntityFactory
copy, makeNewCopy
-
-
-
-
Method Detail
-
create
public Instrument create()
- Specified by:
create
in interfaceIEntityFactory<Instrument>
-
copyBody
public Instrument copyBody(Instrument source, Instrument dest)
- Specified by:
copyBody
in interfaceIEntityFactory<Instrument>
-
-