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: StringSAN code to indicate draw properties |
| matchId | val matchId: IntMatch 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 |