_propDict)) { return $this->_propDict["displayName"]; } else { return null; } } /** * Sets the displayName * The name of the business flow template * * @param string $val The displayName * * @return BusinessFlowTemplate */ public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; } }