/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.wordpress.salaboy.model.messages; /** * * @author salaboy */ public interface EmergencyInterchangeMessage { public String getEmergencyId(); }