org.drools.examples.golfing
Class GolfingExample.Golfer
java.lang.Object
org.drools.examples.golfing.GolfingExample.Golfer
- Enclosing class:
- GolfingExample
public static class GolfingExample.Golfer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GolfingExample.Golfer
public GolfingExample.Golfer()
GolfingExample.Golfer
public GolfingExample.Golfer(String name,
String color,
int position)
getColor
public String getColor()
- Returns:
- the color
getName
public String getName()
- Returns:
- the name
getPosition
public int getPosition()
- Returns:
- the name
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.