Class AbstractEventEntity<T extends AbstractEventEntity<T>>

  • All Implemented Interfaces:
    Serializable, WebEntity

    @Deprecated
    public abstract class AbstractEventEntity<T extends AbstractEventEntity<T>>
    extends Object
    implements WebEntity
    Deprecated.
    Web entity abstraction which provides common event information of a web entity
    Author:
    Yohann Chastagnier
    See Also:
    Serialized Form
    • Method Detail

      • withURI

        public T withURI​(URI uri)
        Deprecated.
        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.
      • getType

        public String getType()
        Deprecated.
      • getId

        public String getId()
        Deprecated.
      • getTitle

        public String getTitle()
        Deprecated.
      • getDescription

        public String getDescription()
        Deprecated.
      • isAllDay

        public boolean isAllDay()
        Deprecated.
      • getStart

        public String getStart()
        Deprecated.
      • getEnd

        public String getEnd()
        Deprecated.
      • getUrl

        public String getUrl()
        Deprecated.
      • getURI

        public URI getURI()
        Deprecated.
        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.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object