def get_executive(cls, quote_id):
     """Return the executive associated with the given quote id."""
     return Quote_Executive.get(
         Quote_Executive.quote_id == quote_id)