Class GolfingExample.Golfer

java.lang.Object
org.drools.examples.golfing.GolfingExample.Golfer
Enclosing class:
GolfingExample

public static class GolfingExample.Golfer extends Object
  • Constructor Details

    • Golfer

      public Golfer()
    • Golfer

      public Golfer(String name, String color, int position)
  • Method Details

    • getColor

      public String getColor()
      Returns:
      the color
    • getName

      public String getName()
      Returns:
      the name
    • getPosition

      public int getPosition()
      Returns:
      the name