1 7 8 package org.enhydra.snapper.api.persistence; 9 10 11 public interface FilterPersistenceI { 12 13 public String getValue () throws Exception ; 14 public void setValue (String name) throws Exception ; 15 16 public String getSiteId () throws Exception ; 17 public void setSiteId (String Id); 18 19 public String getFilterTypeId () throws Exception ; 20 public void setFilterTypeId (String Id); 21 22 23 24 } 25 | Popular Tags |