java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.travelingtournament.domain.Team
All Implemented Interfaces:
Labeled

public class Team extends AbstractPersistable implements Labeled
  • Constructor Details

    • Team

      public Team()
    • Team

      public Team(long id)
    • Team

      public Team(long id, String name)
  • Method Details