- Template Name */ public function getTemplateName() { return 'uitypes/Salutation.tpl'; } /** * Function to get the Detailview template name for the current UI Type Object * @return - Template Name */ public function getDetailViewTemplateName() { return 'uitypes/SalutationDetailView.tpl'; } }