Class DataTranslation

    • Constructor Detail

      • DataTranslation

        public DataTranslation()
    • Method Detail

      • getEntityId

        public Long getEntityId()
      • getLanguage

        public Language getLanguage()
      • getNetwork

        public Network getNetwork()
        Description copied from interface: HasNetwork
        Returns the network this entity belongs to
      • getPropertyName

        public String getPropertyName()
      • getValue

        public String getValue()
      • setEntityId

        public void setEntityId​(Long entityId)
      • setLanguage

        public void setLanguage​(Language language)
      • setPropertyName

        public void setPropertyName​(String propertyName)
      • setValue

        public void setValue​(String value)