Add getter to PieceDTO
parent
326d4ce98c
commit
f468f6f285
|
|
@ -11,4 +11,15 @@ public class PieceDTO {
|
|||
this.unicodeSymbol = unicodeSymbol;
|
||||
}
|
||||
|
||||
public String getType() {
|
||||
return type;
|
||||
}
|
||||
|
||||
public String getColor() {
|
||||
return color;
|
||||
}
|
||||
|
||||
public String getUnicodeSymbol() {
|
||||
return unicodeSymbol;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue