public class Donor extends Entity implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
geschlecht |
protected String |
id |
protected List<SampleContext> |
sampleContext |
| Constructor and Description |
|---|
Donor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGeschlecht() |
String |
getId()
Gets the value of the id property.
|
List<SampleContext> |
getSampleContext() |
void |
setGeschlecht(String geschlecht) |
void |
setId(String id)
Sets the value of the id property.
|
void |
setSampleContext(List<SampleContext> sampleContext) |
getAttribute, getContainer, getRefprotected List<SampleContext> sampleContext
protected String id
protected String geschlecht
public List<SampleContext> getSampleContext()
public void setSampleContext(List<SampleContext> sampleContext)
public String getId()
Entitypublic void setId(String id)
Entitypublic String getGeschlecht()
public void setGeschlecht(String geschlecht)
Copyright © 2021 Samply Community. All rights reserved.