|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tee | |
---|---|
is.idega.idegaweb.golf.webservice.server |
Uses of Tee in is.idega.idegaweb.golf.webservice.server |
---|
Methods in is.idega.idegaweb.golf.webservice.server that return Tee | |
---|---|
Tee |
Round.getTee()
Gets the tee value for this Round. |
Tee[] |
Course.getTees()
Gets the tees value for this Course. |
Methods in is.idega.idegaweb.golf.webservice.server with parameters of type Tee | |
---|---|
void |
Round.setTee(Tee tee)
Sets the tee value for this Round. |
void |
Course.setTees(Tee[] tees)
Sets the tees value for this Course. |
Constructors in is.idega.idegaweb.golf.webservice.server with parameters of type Tee | |
---|---|
Course(java.lang.String ID,
java.lang.String clubAbbrevation,
java.lang.String name,
Tee[] tees)
|
|
Round(java.lang.String ID,
Course course,
int courseRoundHandicap,
boolean isTournamentRound,
java.util.Calendar roundDate,
float roundHandicap,
Stroke[] strokes,
Tee tee,
boolean tournamentRound)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |