Class AnnotationTemplate

  • All Implemented Interfaces:
    java.io.Serializable

    @Entity
    public class AnnotationTemplate
    extends BasicPropertyChangeSupport
    implements java.io.Serializable
    Represents a annotationtemplate element of the recording script.
    See Also:
    Serialized Form
    • Constructor Detail

      • AnnotationTemplate

        public AnnotationTemplate()
        default constructor
      • AnnotationTemplate

        public AnnotationTemplate​(int annotationtemplateId)
        minimal constructor
      • AnnotationTemplate

        public AnnotationTemplate​(org.w3c.dom.Element e)
    • Method Detail

      • getAnnotationtemplateId

        public int getAnnotationtemplateId()
      • setAnnotationtemplateId

        public void setAnnotationtemplateId​(int annotationtemplateId)
      • getAnnotationtemplate

        public java.lang.String getAnnotationtemplate()
      • setAnnotationtemplate

        public void setAnnotationtemplate​(java.lang.String annotationtemplate)
      • getLanguageISO639code

        public java.lang.String getLanguageISO639code()
      • setLanguageISO639code

        public void setLanguageISO639code​(java.lang.String languageISO639code)
      • getCountryISO3166code

        public java.lang.String getCountryISO3166code()
        Get country ISO 3166 code
        Returns:
        country ISO 3166 code
      • setCountryISO3166code

        public void setCountryISO3166code​(java.lang.String countryISO3166code)
      • getRecording

        public Recording getRecording()
      • setRecording

        public void setRecording​(Recording recording)
      • toString

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toElement

        public org.w3c.dom.Element toElement​(org.w3c.dom.Document d)