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 SummaryConstructors Constructor Description FactorySequenceConstruct()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SequencecopyBody(Sequence source, Sequence dest)Sequencecreate()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface no.nsd.qddt.domain.IEntityFactorycopy, makeNewCopy
 
- 
 
- 
- 
- 
Method Detail- 
createpublic Sequence create() - Specified by:
- createin interface- IEntityFactory<Sequence>
 
 
- 
 
-