/** set the classes that are allowed for polymorphic persistency 
	 * @param array $map with the names of the allowed classes as keys and not-null values
	 * 		WARNING: keys with values like false are allowed too! 
	 */
	function setPolyClassesAllowed($map) {
		$this->polyClassesAllowed = $map;
	}