Package no.nsd.qddt.domain.questionitem
Class QuestionItemFactory
- java.lang.Object
- 
- no.nsd.qddt.domain.questionitem.QuestionItemFactory
 
- 
- All Implemented Interfaces:
- IEntityFactory<QuestionItem>
 
 public class QuestionItemFactory extends java.lang.Object implements IEntityFactory<QuestionItem> 
- 
- 
Constructor SummaryConstructors Constructor Description QuestionItemFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description QuestionItemcopyBody(QuestionItem source, QuestionItem dest)QuestionItemcreate()- 
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 QuestionItem create() - Specified by:
- createin interface- IEntityFactory<QuestionItem>
 
 - 
copyBodypublic QuestionItem copyBody(QuestionItem source, QuestionItem dest) - Specified by:
- copyBodyin interface- IEntityFactory<QuestionItem>
 
 
- 
 
-