Package ipsk.db.speech
Class Speaker
- java.lang.Object
-
- ipsk.db.speech.Person
-
- ipsk.db.speech.Speaker
-
- All Implemented Interfaces:
java.io.Serializable
@Entity public class Speaker extends Person
Speaker- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ipsk.db.speech.Person
Person.Sex
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringELEMENT_NAME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccent()java.lang.StringgetAdditionalLanguage()java.lang.BooleangetBrace()java.lang.StringgetCode()DialectRegiongetDialectRegion()java.lang.DoublegetHeight()java.lang.StringgetInformedBroadConsent()java.lang.StringgetInformedConsent()java.lang.StringgetMotherTongue()java.lang.StringgetMotherTongueFather()java.lang.StringgetMotherTongueMother()java.lang.BooleangetMouthPiercing()java.lang.StringgetMusicalInstrument()AccountgetRegisteredByAccount()java.lang.StringgetSchoolInCity()java.lang.StringgetSchoolInCountry()java.util.Set<Session>getSessions()java.lang.BooleangetSmoker()java.lang.StringgetType()java.lang.DoublegetWeight()booleanisInformedConsentInPaperFormSigned()voidsetAccent(java.lang.String accent)voidsetAdditionalLanguage(java.lang.String additionalLanguage)voidsetBrace(java.lang.Boolean brace)voidsetCode(java.lang.String code)voidsetDialectRegion(DialectRegion dialectRegion)voidsetHeight(java.lang.Double height)voidsetInformedBroadConsent(java.lang.String informedBroadConsent)voidsetInformedConsent(java.lang.String informedConsent)voidsetInformedConsentInPaperFormSigned(boolean informedConsentInPaperFormSigned)voidsetMotherTongue(java.lang.String motherTongue)voidsetMotherTongueFather(java.lang.String motherTongueFather)voidsetMotherTongueMother(java.lang.String motherTongueMother)voidsetMouthPiercing(java.lang.Boolean mouthPiercing)voidsetMusicalInstrument(java.lang.String musicalInstrument)voidsetRegisteredByAccount(Account registeredByAccount)voidsetSchoolInCity(java.lang.String schoolInCity)voidsetSchoolInCountry(java.lang.String schoolInCountry)voidsetSessions(java.util.Set<Session> sessions)voidsetSmoker(java.lang.Boolean smoker)voidsetType(java.lang.String type)voidsetWeight(java.lang.Double weight)org.w3c.dom.ElementtoElement(org.w3c.dom.Document d)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class ipsk.db.speech.Person
getAccount, getAddress, getBirthPlace, getBirthYear, getCity, getComments, getCountry, getDateOfBirth, getEmail, getForename, getName, getOrganisations, getPersonId, getProfession, getRegistered, getSex, getStreet, getUuid, getWelcomeName, getZipcode, setAccount, setAddress, setBirthPlace, setBirthYear, setCity, setComments, setCountry, setDateOfBirth, setEmail, setForename, setName, setOrganisations, setPersonId, setProfession, setRegistered, setSex, setStreet, setUuid, setZipcode, toString
-
-
-
-
Field Detail
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
isInformedConsentInPaperFormSigned
public boolean isInformedConsentInPaperFormSigned()
-
setInformedConsentInPaperFormSigned
public void setInformedConsentInPaperFormSigned(boolean informedConsentInPaperFormSigned)
-
getAccent
public java.lang.String getAccent()
-
setAccent
public void setAccent(java.lang.String accent)
-
getSmoker
public java.lang.Boolean getSmoker()
-
setSmoker
public void setSmoker(java.lang.Boolean smoker)
-
getMotherTongue
public java.lang.String getMotherTongue()
-
setMotherTongue
public void setMotherTongue(java.lang.String motherTongue)
-
getDialectRegion
public DialectRegion getDialectRegion()
-
setDialectRegion
public void setDialectRegion(DialectRegion dialectRegion)
-
getBrace
public java.lang.Boolean getBrace()
-
setBrace
public void setBrace(java.lang.Boolean brace)
-
getMouthPiercing
public java.lang.Boolean getMouthPiercing()
-
setMouthPiercing
public void setMouthPiercing(java.lang.Boolean mouthPiercing)
-
getMotherTongueMother
public java.lang.String getMotherTongueMother()
-
setMotherTongueMother
public void setMotherTongueMother(java.lang.String motherTongueMother)
-
getMotherTongueFather
public java.lang.String getMotherTongueFather()
-
setMotherTongueFather
public void setMotherTongueFather(java.lang.String motherTongueFather)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getRegisteredByAccount
public Account getRegisteredByAccount()
-
setRegisteredByAccount
public void setRegisteredByAccount(Account registeredByAccount)
-
getSessions
public java.util.Set<Session> getSessions()
-
setSessions
public void setSessions(java.util.Set<Session> sessions)
-
getHeight
public java.lang.Double getHeight()
-
setHeight
public void setHeight(java.lang.Double height)
-
getWeight
public java.lang.Double getWeight()
-
setWeight
public void setWeight(java.lang.Double weight)
-
getSchoolInCity
public java.lang.String getSchoolInCity()
-
setSchoolInCity
public void setSchoolInCity(java.lang.String schoolInCity)
-
getSchoolInCountry
public java.lang.String getSchoolInCountry()
-
setSchoolInCountry
public void setSchoolInCountry(java.lang.String schoolInCountry)
-
setAdditionalLanguage
public void setAdditionalLanguage(java.lang.String additionalLanguage)
-
getAdditionalLanguage
public java.lang.String getAdditionalLanguage()
-
getMusicalInstrument
public java.lang.String getMusicalInstrument()
-
setMusicalInstrument
public void setMusicalInstrument(java.lang.String musicalInstrument)
-
getInformedConsent
public java.lang.String getInformedConsent()
-
setInformedConsent
public void setInformedConsent(java.lang.String informedConsent)
-
getInformedBroadConsent
public java.lang.String getInformedBroadConsent()
-
setInformedBroadConsent
public void setInformedBroadConsent(java.lang.String informedBroadConsent)
-
toElement
public org.w3c.dom.Element toElement(org.w3c.dom.Document d)
-
-