Class AbstractLookEntity<T extends AbstractLookEntity<T>>

    • Constructor Detail

      • AbstractLookEntity

        public AbstractLookEntity()
    • Method Detail

      • withURI

        public T withURI​(URI uri)
        Sets a URI to this entity. With this URI, it can then be accessed through the Web.
        Parameters:
        uri - the web entity URI.
        Returns:
        itself.
      • getURI

        public URI getURI()
        Description copied from interface: WebEntity
        Gets the URI at which this web entity is published and can be accessed.
        Specified by:
        getURI in interface WebEntity
        Returns:
        the web entity URI.