Package org.silverpeas.core.webapi.look
Class AbstractLookEntity<T extends AbstractLookEntity<T>>
- java.lang.Object
-
- org.silverpeas.core.webapi.look.AbstractLookEntity<T>
-
- All Implemented Interfaces:
Serializable
,WebEntity
- Direct Known Subclasses:
DisplayUserContextEntity
public abstract class AbstractLookEntity<T extends AbstractLookEntity<T>> extends Object implements WebEntity
Web entity abstraction which provides the URI of the entity- Author:
- Yohann Chastagnier
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractLookEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
getURI()
Gets the URI at which this web entity is published and can be accessed.T
withURI(URI uri)
Sets a URI to this entity.
-