All Implemented Interfaces:
Serializable

public class Topic extends Asset
Topic is a java bean used to create Topics associated with the external data engine.
See Also:
  • Constructor Details

    • Topic

      public Topic()
  • Method Details

    • 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
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Asset
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class Asset
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Asset
    • toString

      public String toString()
      Overrides:
      toString in class Asset