Package no.nsd.qddt.domain.concept
Class ConceptFactory
- java.lang.Object
- 
- no.nsd.qddt.domain.concept.ConceptFactory
 
- 
- All Implemented Interfaces:
- IEntityFactory<Concept>
 
 public class ConceptFactory extends java.lang.Object implements IEntityFactory<Concept> 
- 
- 
Constructor SummaryConstructors Constructor Description ConceptFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ConceptcopyBody(Concept source, Concept dest)Conceptcreate()- 
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 Concept create() - Specified by:
- createin interface- IEntityFactory<Concept>
 
 
- 
 
-