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