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() |
getId, setId
public 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 AbstractPersistable
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.