1 package org.catacomb.interlish.structure; 2 3 public interface IDable extends IDd { 4 5 void setID(String s); 6 7 } 8