public class Kommentar
extends Object
Kommenatardaten.
Constructor and Description |
---|
Kommentar() |
Modifier and Type | Method and Description |
---|---|
AuthorBody[] |
getAutoren()
Angaben zu den Authoren.
|
Author[] |
getInformantGDA()
Angaben den weiteren GDAs.
|
Verwandter[] |
getInformantVerwandter()
Angabe zu Verwandschaft.
|
String |
getText()
Kommentartext.
|
void |
setAutoren(AuthorBody[] autoren) |
void |
setInformantGDA(Author[] informantGDA) |
void |
setInformantVerwandter(Verwandter[] informantVerwandter) |
void |
setText(String text) |
public String getText()
public void setText(String text)
public AuthorBody[] getAutoren()
public void setAutoren(AuthorBody[] autoren)
public Author[] getInformantGDA()
public void setInformantGDA(Author[] informantGDA)
public Verwandter[] getInformantVerwandter()
public void setInformantVerwandter(Verwandter[] informantVerwandter)