00001 package cedar.jetweb; 00002 00007 public interface Storeable { 00008 00015 public boolean store() throws JetWebException; 00016 00017 00022 public boolean retrieve() throws JetWebException; 00023 00024 00028 public int getId(); 00029 00030 }
Generated Wed Jan 17 09:14:27 GMT 2007