is.idega.idegaweb.golf.business
Class HoleStatistic

java.lang.Object
  extended by is.idega.idegaweb.golf.business.HoleStatistic

public class HoleStatistic
extends java.lang.Object


Constructor Summary
HoleStatistic()
           
 
Method Summary
 int getHole()
           
 int getPar()
           
 double getPoints()
           
 double getStrokes()
           
 void setHole(int hole)
           
 void setPar(int par)
           
 void setPoints(double points)
           
 void setStrokes(double strokes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HoleStatistic

public HoleStatistic()
Method Detail

getHole

public int getHole()

setHole

public void setHole(int hole)

getPar

public int getPar()

setPar

public void setPar(int par)

getStrokes

public double getStrokes()

setStrokes

public void setStrokes(double strokes)

getPoints

public double getPoints()

setPoints

public void setPoints(double points)


Copyright © 2000-2014 idega software. All Rights Reserved.