getKey method

String getKey()

Implementation

String getKey() {
  return "ste_" + position.toString() + "_" + piece;
}