/**
  * Create an copy of this state with no data.
  *
  * @return ChildAndParentsRelationship
  */
 protected function createEmptySelf()
 {
     $relationship = new ChildAndParentsRelationship();
     $relationship->setId($this->getLocalSelfId());
     return $relationship;
 }