/** * */ package notifications.data.domain.helper; /** * Entry Status Processing * * @author luismr * */ public enum EntryStatus { NEW, PROCESSING, ERROR, ERROR_MAIL, ERROR_PHONE, DONE; }