/**
  * returns the Collection's cID.
  *
  * @return int
  */
 public function getCollectionID()
 {
     return parent::getCollectionID();
 }