public class Match extends AbstractPersistable
id
Constructor and Description |
---|
Match() |
Modifier and Type | Method and Description |
---|---|
Team |
getAwayTeam() |
Day |
getDay() |
Team |
getHomeTeam() |
void |
setAwayTeam(Team awayTeam) |
void |
setDay(Day day) |
void |
setHomeTeam(Team homeTeam) |
boolean |
solutionEquals(Object o)
The normal methods
Object.equals(Object) and Object.hashCode() cannot be used
because the rule engine already requires them (for performance in their original state). |
int |
solutionHashCode()
The normal methods
Object.equals(Object) and Object.hashCode() cannot be used
because the rule engine already requires them (for performance in their original state). |
String |
toString() |
compareTo, getId, setId
public Team getHomeTeam()
public void setHomeTeam(Team homeTeam)
public Team getAwayTeam()
public void setAwayTeam(Team awayTeam)
public Day getDay()
public void setDay(Day day)
public boolean solutionEquals(Object o)
Object.equals(Object)
and Object.hashCode()
cannot be used
because the rule engine already requires them (for performance in their original state).solutionHashCode()
public int solutionHashCode()
Object.equals(Object)
and Object.hashCode()
cannot be used
because the rule engine already requires them (for performance in their original state).solutionEquals(Object)
public String toString()
toString
in class AbstractPersistable
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.