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