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 Summary
Constructors Constructor Description FactoryStatementConstruct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatementItemcopyBody(StatementItem source, StatementItem dest)StatementItemcreate()-
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 StatementItem create()
- Specified by:
createin interfaceIEntityFactory<StatementItem>
-
copyBody
public StatementItem copyBody(StatementItem source, StatementItem dest)
- Specified by:
copyBodyin interfaceIEntityFactory<StatementItem>
-
-