Class Topic

    • Constructor Detail

      • Topic

        public Topic()
    • Method Detail

      • getTopicType

        public String getTopicType()
        Return a description of the topic type.
        Returns:
        string type name
      • getEventTypes

        public List<EventType> getEventTypes()
        Gets event type list.
        Returns:
        the event type list
      • setTopicType

        public void setTopicType​(String topicType)
        Set up a description of the topic type.
        Parameters:
        topicType - string type name
      • setEventTypes

        public void setEventTypes​(List<EventType> eventTypes)
        Sets event type list.
        Parameters:
        eventTypes - the event type list
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Asset