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: IntPlayer reference for the color black |
| playerWhiteId | val playerWhiteId: IntPlayer reference for the color white |