Class TMServiceInfo

    • Constructor Detail

      • TMServiceInfo

        public TMServiceInfo()
    • Method Detail

      • getTitle

        public String getTitle()
        Get title
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
      • getKeywords

        public Set<String> getKeywords()
        Get keywords
        Returns:
        keywords
      • setKeywords

        public void setKeywords​(Set<String> keywords)
      • getDescription

        public String getDescription()
        Get description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getPublisher

        @Valid
        public @Valid URI getPublisher()
        Get publisher
        Returns:
        publisher
      • setPublisher

        public void setPublisher​(URI publisher)
      • getSchema

        @Valid
        public @Valid URI getSchema()
        Get schema
        Returns:
        schema
      • setSchema

        public void setSchema​(URI schema)
      • getSource

        @Valid
        public @Valid URI getSource()
        Get source
        Returns:
        source
      • setSource

        public void setSource​(URI source)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object