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