/** Set which property used for polymorphic retrieval
    * If no value, retrieval is monomorphic (default)
	* @param String the name of the property
	*/
	function setPolymorphismPropName($value)
	{
		$this->polymorphismPropName = $value;
	}