Class Translation

java.lang.Object
org.projecthusky.cda.elga.models.Translation

public class Translation extends Object
  • Constructor Details

    • Translation

      public Translation()
  • Method Details

    • getAuthors

      public List<PractitionerCdaAt> getAuthors()
    • setAuthors

      public void setAuthors(List<PractitionerCdaAt> authors)
    • getAuthorTime

      public ZonedDateTime getAuthorTime()
    • setAuthorTime

      public void setAuthorTime(ZonedDateTime authorTime)
    • getLanguage

      public ElgaHumanLanguage getLanguage()
    • setLanguage

      public void setLanguage(ElgaHumanLanguage language)
    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getId

      public org.projecthusky.common.model.Identificator getId()
    • setId

      public void setId(org.projecthusky.common.model.Identificator id)
    • getAtcdabbrSectionUebersetzung

      public AtcdabbrSectionUebersetzung getAtcdabbrSectionUebersetzung()