Interface TeamManagement

All Known Implementing Classes:
TeamManagementImpl

public interface TeamManagement
Provides management of a particular Team.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains the identifier for the Team.
    Obtains the Team under this management.
  • Method Details

    • getIdentifier

      Object getIdentifier()
      Obtains the identifier for the Team.
      Returns:
      Identifier for the Team.
    • getTeam

      Team getTeam()
      Obtains the Team under this management.
      Returns:
      Team under this management.