Interface Pitcher

All Known Implementing Classes:
PitcherImpl

public interface Pitcher
Defines methods implemented by classes representing the sport event pitcher
  • Method Details

    • getId

      Urn getId()
      Returns the unique identifier of the current Pitcher instance
      Returns:
      - the unique identifier of the current Pitcher instance
    • getName

      String getName()
      Returns the name of the pitcher represented by the current Pitcher instance
      Returns:
      - the name of the pitcher represented by the current Pitcher instance
    • getCompetitor

      HomeAway getCompetitor()
      Returns indication if the Pitcher is home or away
      Returns:
      - indication if the Pitcher is home or away
    • getHand

      PitcherHand getHand()
      Returns indication if the Pitcher is left or right handed
      Returns:
      - indication if the Pitcher is left or right handed