Interface HasBowlInterface


public interface HasBowlInterface
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setBowl(Bowl bowl)
     
  • Method Details

    • getBowl

      Bowl getBowl()
      Returns:
      the bowl
    • setBowl

      void setBowl(Bowl bowl)
      Parameters:
      bowl - the bowl to set