/** * */ package de.bstly.board.model; /** * The Enum EntryStatus. */ public enum EntryStatus { NORMAL, ARCHIVED, PINNED }