1 package org.objectstyle.cayenne.modeler.pref; 2 3 8 public class _FSPath extends org.objectstyle.cayenne.pref.PreferenceDetail { 9 10 public static final String PATH_PROPERTY = "path"; 11 12 public static final String ID_PK_COLUMN = "id"; 13 14 public void setPath(String path) { 15 writeProperty("path", path); 16 } 17 public String getPath() { 18 return (String )readProperty("path"); 19 } 20 21 22 } 23 | Popular Tags |