1 package civitas.common.board; 2 3 public interface BulletinBoardIDish { 4 String uriBase(); 5 6 String id(); 7 }