/** @return string Return a letter identifying the action to be taken with respect to the 
	* properties values when the peanut is deleted.
	*/
	function getOnDelete() {
		return $this->onDelete;
	}