Class Channel

java.lang.Object
com.aquima.interactions.metamodel.Channel
All Implemented Interfaces:
Serializable

public class Channel extends Object implements Serializable
This object holds the definition of a single channel.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • Channel

      public Channel(String name)
      Constructs a channel definition with a name and description.
      Parameters:
      name - The name of the channel (mandatory).
  • Method Details

    • getName

      public String getName()
      This method returns the name of the channel.
      Returns:
      The name of the channel.
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object