package ee.esutoniagodesu.pojo.entity; import java.io.Serializable; public interface IntIDStringTitle extends IntID, StringTitle, Serializable { }