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 void
addAuthor(Author user)
Add aAuthor
to aSet
of authors.java.util.Set<Author>
getAuthors()
Get all authors attached to this entity as aSet
void
setAuthors(java.util.Set<Author> authors)
Set theSet
ofAuthor
for the entity.
-