chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.dto / DrawDTO

DrawDTO

data class DrawDTO : Serializable

Data transfer object for a draw

Author Felix Dimmel

Constructors

<init> DrawDTO(matchId: Int = 0, drawCode: String = "", startColumn: Int? = null, startRow: Int? = null)
Data transfer object for a draw

Properties

drawCode val drawCode: String
SAN code to indicate draw properties
matchId val matchId: Int
Match reference
startColumn val startColumn: Int?
Value to indicate the column of start field
startRow val startRow: Int?
Value to indicate the row of start field