package cz.mendelu.util.model; import java.util.UUID; public interface Identifiable { UUID getId(); }