public class Queen extends AbstractPersistable
id| Constructor and Description |
|---|
Queen() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAscendingDiagonalIndex() |
Column |
getColumn() |
int |
getColumnIndex() |
int |
getDescendingDiagonalIndex() |
Row |
getRow() |
int |
getRowIndex() |
void |
setColumn(Column column) |
void |
setRow(Row row) |
String |
toString() |
compareTo, getId, setIdpublic Column getColumn()
public void setColumn(Column column)
public Row getRow()
public void setRow(Row row)
public int getColumnIndex()
public int getRowIndex()
public int getAscendingDiagonalIndex()
public int getDescendingDiagonalIndex()
public String toString()
toString in class AbstractPersistableCopyright © 2006–2018 JBoss by Red Hat. All rights reserved.