string $routefield the field name of the route class:
string $target the field name to set from the map:
array $hashmap the map of class names to field values:
public function __construct($routefield, $target) {
$this->routefield = $routefield;
$this->target = $target;
}