chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.dto / MatchDTO

MatchDTO

data class MatchDTO : Serializable

Data transfer object for a match

Author Felix Dimmel

Constructors

<init> MatchDTO(playerWhiteId: Int = 0, playerBlackId: Int = 0)
Data transfer object for a match

Properties

playerBlackId val playerBlackId: Int
Player reference for the color black
playerWhiteId val playerWhiteId: Int
Player reference for the color white