/**
 * Return Telephone type
 *
 * @access public
 * @param void
 * @return TelephoneType
 */
 function getTelephoneType() {
   return TelephoneTypes::findById($this->getTelephoneTypeId());
 } // getTelephoneType