Drools examples 6.1.0-SNAPSHOT

org.drools.examples.golfing
Class GolfingExample.Golfer

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

public static class GolfingExample.Golfer
extends Object


Constructor Summary
GolfingExample.Golfer()
           
GolfingExample.Golfer(String name, String color, int position)
           
 
Method Summary
 String getColor()
           
 String getName()
           
 int getPosition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GolfingExample.Golfer

public GolfingExample.Golfer()

GolfingExample.Golfer

public GolfingExample.Golfer(String name,
                             String color,
                             int position)
Method Detail

getColor

public String getColor()
Returns:
the color

getName

public String getName()
Returns:
the name

getPosition

public int getPosition()
Returns:
the name

Drools examples 6.1.0-SNAPSHOT

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.