public class Fixture extends Object
Type | Property and Description |
---|---|
javafx.beans.property.ObjectProperty<Player> |
awayPlayer
Obtain the awayPlayer property.
|
javafx.beans.property.ObjectProperty<LocalDate> |
date
Obtain the date property.
|
javafx.beans.property.ObjectProperty<Player> |
homePlayer
Obtain the homePlayer property.
|
javafx.beans.property.ObjectProperty<LocalDate> |
newDate
Obtain the new date property.
|
javafx.beans.property.ObjectProperty<Result> |
result
Obtain the result property.
|
javafx.beans.property.ObjectProperty<PoolStatus> |
status
Obtain the status property.
|
Modifier and Type | Class and Description |
---|---|
static class |
Fixture.FixtureField
Fixture fields.
|
Modifier and Type | Field and Description |
---|---|
static String |
MATCH_VERSUS
Versus indication.
|
static String |
NULL
Null indication.
|
Constructor and Description |
---|
Fixture()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<Player> |
awayPlayerProperty()
Obtain the awayPlayer property.
|
javafx.beans.property.ObjectProperty<LocalDate> |
dateProperty()
Obtain the date property.
|
boolean |
equals(Object pThat) |
Player |
getAwayPlayer()
Obtain the awayPlayer.
|
Player |
getHomePlayer()
Obtain the homePlayer.
|
Result |
getResult()
Obtain the result.
|
PoolStatus |
getStatus()
Obtain the status.
|
int |
hashCode() |
javafx.beans.property.ObjectProperty<Player> |
homePlayerProperty()
Obtain the homePlayer property.
|
boolean |
isBye()
Is this a bye?
|
javafx.beans.property.ObjectProperty<LocalDate> |
newDateProperty()
Obtain the new date property.
|
javafx.beans.property.ObjectProperty<Result> |
resultProperty()
Obtain the result property.
|
void |
setResult(Result pResult)
Set the result.
|
javafx.beans.property.ObjectProperty<PoolStatus> |
statusProperty()
Obtain the status property.
|
String |
toString() |
public javafx.beans.property.ObjectProperty<LocalDate> dateProperty
public javafx.beans.property.ObjectProperty<LocalDate> newDateProperty
public javafx.beans.property.ObjectProperty<Player> homePlayerProperty
getHomePlayer()
public javafx.beans.property.ObjectProperty<Player> awayPlayerProperty
getAwayPlayer()
public javafx.beans.property.ObjectProperty<Result> resultProperty
getResult()
,
setResult(Result)
public javafx.beans.property.ObjectProperty<PoolStatus> statusProperty
getStatus()
public static final String NULL
public static final String MATCH_VERSUS
public javafx.beans.property.ObjectProperty<LocalDate> dateProperty()
public javafx.beans.property.ObjectProperty<LocalDate> newDateProperty()
public javafx.beans.property.ObjectProperty<Player> homePlayerProperty()
getHomePlayer()
public javafx.beans.property.ObjectProperty<Player> awayPlayerProperty()
getAwayPlayer()
public javafx.beans.property.ObjectProperty<Result> resultProperty()
getResult()
,
setResult(Result)
public javafx.beans.property.ObjectProperty<PoolStatus> statusProperty()
getStatus()
public Player getHomePlayer()
public Player getAwayPlayer()
public Result getResult()
public PoolStatus getStatus()
public boolean isBye()
public void setResult(Result pResult)
pResult
- the result.Copyright © 2015. All rights reserved.