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 Summary
Constructors Constructor Description ConceptFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Concept
copyBody(Concept source, Concept dest)
Concept
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 Concept create()
- Specified by:
create
in interfaceIEntityFactory<Concept>
-
-