Class FactorySequenceConstruct
- java.lang.Object
-
- no.nsd.qddt.domain.controlconstruct.factory.FactorySequenceConstruct
-
- All Implemented Interfaces:
IEntityFactory<Sequence>
public class FactorySequenceConstruct extends java.lang.Object implements IEntityFactory<Sequence>
-
-
Constructor Summary
Constructors Constructor Description FactorySequenceConstruct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sequence
copyBody(Sequence source, Sequence dest)
Sequence
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 Sequence create()
- Specified by:
create
in interfaceIEntityFactory<Sequence>
-
-