/** @param boolean $value wheather the user must select a value. 
	 * 		If not, an option is included in the list for unselecting unless autoselectFirst */
	function setSettedCompulsory($value) {
		$this->settedCompulsory = $value;
	}