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 SummaryConstructors Constructor Description FactoryQuestionConstruct()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QuestionConstructcopyBody(QuestionConstruct source, QuestionConstruct dest)QuestionConstructcreate()- 
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 QuestionConstruct create() - Specified by:
- createin interface- IEntityFactory<QuestionConstruct>
 
 - 
copyBodypublic QuestionConstruct copyBody(QuestionConstruct source, QuestionConstruct dest) - Specified by:
- copyBodyin interface- IEntityFactory<QuestionConstruct>
 
 
- 
 
-