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 SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Tcopy(T source, java.lang.Integer revision)TcopyBody(T source, T dest)Tcreate()default TmakeNewCopy(T source, java.lang.Integer revision)
 
-