Package no.nsd.qddt.domain.author
Interface IAuthor
-
- All Known Implementing Classes:
Study,SurveyProgram,TopicGroup
public interface IAuthor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAuthor(Author user)Add aAuthorto aSetof authors.java.util.Set<Author>getAuthors()Get all authors attached to this entity as aSetvoidsetAuthors(java.util.Set<Author> authors)Set theSetofAuthorfor the entity.
-