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