Class Speaker

  • All Implemented Interfaces:
    java.io.Serializable

    @Entity
    public class Speaker
    extends Person
    Speaker
    See Also:
    Serialized Form
    • Constructor Detail

      • Speaker

        public Speaker()
        default constructor
      • Speaker

        public Speaker​(int personId)
        minimal constructor
    • Method Detail

      • isInformedConsentInPaperFormSigned

        public boolean isInformedConsentInPaperFormSigned()
      • setInformedConsentInPaperFormSigned

        public void setInformedConsentInPaperFormSigned​(boolean informedConsentInPaperFormSigned)
      • getCode

        public java.lang.String getCode()
        Overrides:
        getCode in class Person
      • setCode

        public void setCode​(java.lang.String code)
        Overrides:
        setCode in class Person
      • 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)
      • 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)