package pl.com.bottega.documentmanagement.domain; /** * Created by maciuch on 07.07.16. */ public enum DocumentStatus { DRAFT, PUBLISHED, VERIFIED }