public class ScrabbleWordAssignment extends AbstractPersistable
id| Constructor and Description |
|---|
ScrabbleWordAssignment() |
| Modifier and Type | Method and Description |
|---|---|
ScrabbleWordDirection |
getDirection() |
int |
getDistanceToCenter() |
String |
getLabel() |
ScrabbleSolution |
getSolution() |
ScrabbleCell |
getStartCell() |
String |
getWord() |
boolean |
isOutOfGrid() |
void |
setDirection(ScrabbleWordDirection direction) |
void |
setSolution(ScrabbleSolution solution) |
void |
setStartCell(ScrabbleCell startCell) |
void |
setWord(String word) |
String |
toString() |
getId, setIdpublic ScrabbleSolution getSolution()
public void setSolution(ScrabbleSolution solution)
public String getWord()
public void setWord(String word)
public ScrabbleCell getStartCell()
public void setStartCell(ScrabbleCell startCell)
public ScrabbleWordDirection getDirection()
public void setDirection(ScrabbleWordDirection direction)
public String getLabel()
public boolean isOutOfGrid()
public int getDistanceToCenter()
public String toString()
toString in class AbstractPersistableCopyright © 2006–2020 JBoss by Red Hat. All rights reserved.