public class CompetitionFixtures extends Object implements Comparable<CompetitionFixtures>
| Type | Property and Description |
|---|---|
javafx.beans.property.ObjectProperty<String> |
id
Obtain the id property.
|
javafx.beans.property.ObjectProperty<Integer> |
index
Obtain the index property.
|
javafx.beans.property.ObjectProperty<Player> |
player
Obtain the player property.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CompetitionFixtures.FixtureOutlook
FixtureOutlook class.
|
static class |
CompetitionFixtures.FixtureRecord
FixtureRecord class.
|
static class |
CompetitionFixtures.PlayerFixtureField
PlayerFixture fields.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
OUTLOOK_DEPTH
Outlook depth.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CompetitionFixtures pThat) |
boolean |
equals(Object pThat) |
javafx.beans.property.ObjectProperty<CompetitionFixtures.FixtureRecord> |
fixtureProperty(int pIndex)
Obtain the fixture record for the index.
|
static String |
getIdForIndex(int pIndex)
get Id for index.
|
Integer |
getIndex()
Obtain the index.
|
Player |
getPlayer()
Obtain the player.
|
int |
hashCode() |
javafx.beans.property.ObjectProperty<String> |
idProperty()
Obtain the id property.
|
javafx.beans.property.ObjectProperty<Integer> |
indexProperty()
Obtain the index property.
|
javafx.beans.property.ObjectProperty<CompetitionFixtures.FixtureOutlook> |
outlookProperty(int pIndex)
Obtain the fixture outlook for the index.
|
javafx.beans.property.ObjectProperty<Player> |
playerProperty()
Obtain the player property.
|
public javafx.beans.property.ObjectProperty<Player> playerProperty
getPlayer()public javafx.beans.property.ObjectProperty<Integer> indexProperty
getIndex()public javafx.beans.property.ObjectProperty<String> idProperty
public static final int OUTLOOK_DEPTH
public javafx.beans.property.ObjectProperty<Player> playerProperty()
getPlayer()public javafx.beans.property.ObjectProperty<Integer> indexProperty()
getIndex()public javafx.beans.property.ObjectProperty<String> idProperty()
public Player getPlayer()
public Integer getIndex()
public javafx.beans.property.ObjectProperty<CompetitionFixtures.FixtureRecord> fixtureProperty(int pIndex)
pIndex - the indexpublic javafx.beans.property.ObjectProperty<CompetitionFixtures.FixtureOutlook> outlookProperty(int pIndex)
pIndex - the indexpublic static String getIdForIndex(int pIndex)
pIndex - the indexpublic int compareTo(CompetitionFixtures pThat)
compareTo in interface Comparable<CompetitionFixtures>Copyright © 2015. All rights reserved.