Class Team

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

public class Team extends Object implements Serializable
This object holds the definition of a single team.
Since:
9.1
Author:
B. van de Ven
See Also:
  • Constructor Details

    • Team

      public Team(ITeamDS datasource)
      Constructs a team definition with a name and description. The team name is mandatory and not case-sensitive.
      Parameters:
      datasource - The datasource containing the date to initialize the definition (mandatory)
      Throws:
      InitializationException - Is thrown when the team could not be initialized due to invalid data from the datasource.
  • Method Details

    • getName

      public String getName()
      This method returns the name of the team.
      Returns:
      the name of the team.
    • 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