Class Project

  • All Implemented Interfaces:
    java.io.Serializable

    @Entity
    public class Project
    extends java.lang.Object
    implements java.io.Serializable
    Project
    See Also:
    Serialized Form
    • Constructor Detail

      • Project

        public Project()
        default constructor
      • Project

        public Project​(java.lang.String name)
        minimal constructor
    • Method Detail

      • isInformedConsentPaperForm

        public boolean isInformedConsentPaperForm()
      • setInformedConsentPaperForm

        public void setInformedConsentPaperForm​(boolean informedConsentPaperForm)
      • getSpeakerFormConfiguration

        public FormConfiguration getSpeakerFormConfiguration()
      • setSpeakerFormConfiguration

        public void setSpeakerFormConfiguration​(FormConfiguration speakerFormConfiguration)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • getSessions

        public java.util.Set<Session> getSessions()
      • setSessions

        public void setSessions​(java.util.Set<Session> sessions)
      • getAudioDevices

        public java.util.List<AudioDevice> getAudioDevices()
      • setAudioDevices

        public void setAudioDevices​(java.util.List<AudioDevice> audioDevices)
      • getDialectRegions

        public java.util.Set<DialectRegion> getDialectRegions()
      • setDialectRegions

        public void setDialectRegions​(java.util.Set<DialectRegion> dialectRegions)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getOrganisations

        public java.util.Set<Organisation> getOrganisations()
      • setOrganisations

        public void setOrganisations​(java.util.Set<Organisation> organisations)
      • getAllowedSpeechRecorderClients

        public java.util.List<SpeechRecorderClient> getAllowedSpeechRecorderClients()
      • setAllowedSpeechRecorderClients

        public void setAllowedSpeechRecorderClients​(java.util.List<SpeechRecorderClient> allowedSpeechRecorderClients)
      • getContextPath

        public java.lang.String getContextPath()
      • setContextPath

        public void setContextPath​(java.lang.String contextPath)
      • setAudioFormat

        public void setAudioFormat​(AudioFormat audioFormat)
      • getScripts

        public java.util.Set<Script> getScripts()
      • setScripts

        public void setScripts​(java.util.Set<Script> scripts)
      • getOwnedScripts

        public java.util.Set<Script> getOwnedScripts()
      • setOwnedScripts

        public void setOwnedScripts​(java.util.Set<Script> ownedScripts)
      • getAccounts

        public java.util.Set<Account> getAccounts()
      • setAccounts

        public void setAccounts​(java.util.Set<Account> accounts)
      • getAdminAccounts

        public java.util.Set<Account> getAdminAccounts()
      • setAdminAccounts

        public void setAdminAccounts​(java.util.Set<Account> adminAccounts)
      • getSessionCode

        public java.lang.String getSessionCode()
      • setSessionCode

        public void setSessionCode​(java.lang.String sessionCode)
      • getDefaultResearchPurpose

        public java.lang.String getDefaultResearchPurpose()
      • setDefaultResearchPurpose

        public void setDefaultResearchPurpose​(java.lang.String defaultResearchPurpose)
      • getDefaultResearchPurposeLanguageISO3code

        public java.lang.String getDefaultResearchPurposeLanguageISO3code()
      • setDefaultResearchPurposeLanguageISO3code

        public void setDefaultResearchPurposeLanguageISO3code​(java.lang.String defaultResearchPurposeLanguageISO3code)
      • isSpeakerWindowShowStopRecordAction

        public boolean isSpeakerWindowShowStopRecordAction()
      • setSpeakerWindowShowStopRecordAction

        public void setSpeakerWindowShowStopRecordAction​(boolean speakerWindowShowStopRecordAction)