package com.dragome.examples.crudgrid.model; public interface Identifiable { public Integer getId(); public void setId(Integer id); }