/** @see getTwinName() * Setting null will override the default * @param $value String the twin name */ function setTwinName($value) { $this->twinName = $value; }