/**
  * getDomainObjectWithId
  *
  * @param integer $id
  * @return KVDdom_DomainObject
  */
 public function getDomainObjectWithId($id)
 {
     return $this->collection->getDomainObjectWithId($id);
 }