Package no.nsd.qddt.domain
Interface IEntityFactory<T extends AbstractEntityAudit>
-
- All Known Implementing Classes:
ConceptFactory
,FactoryConditionConstruct
,FactoryConditionConstruct
,FactoryQuestionConstruct
,FactoryQuestionConstruct
,FactorySequenceConstruct
,FactorySequenceConstruct
,FactoryStatementConstruct
,FactoryStatementConstruct
,InstrumentFactory
,PublicationFactory
,QuestionItemFactory
,ResponseDomainFactory
public interface IEntityFactory<T extends AbstractEntityAudit>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default T
copy(T source, java.lang.Integer revision)
T
copyBody(T source, T dest)
T
create()
default T
makeNewCopy(T source, java.lang.Integer revision)
-