/** @return string (untrusted) value of the id parameter of the table tag */
	function getTableId() {
		$type = $this->getItemType(); 
		$dir = $this->getAppName();
		$context = $this->whole->getThisPntContext();

		return "$dir*$type*$context";
	}