KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectstyle > cayenne > modeler > pref > _DataNodeDefaults


1 package org.objectstyle.cayenne.modeler.pref;
2
3 /** Class _DataNodeDefaults was generated by Cayenne.
4   * It is probably a good idea to avoid changing this class manually,
5   * since it may be overwritten next time code is regenerated.
6   * If you need to make any customizations, please use subclass.
7   */

8 public class _DataNodeDefaults extends org.objectstyle.cayenne.pref.PreferenceDetail {
9
10     public static final String JavaDoc LOCAL_DATA_SOURCE_PROPERTY = "localDataSource";
11
12     public static final String JavaDoc ID_PK_COLUMN = "id";
13
14     public void setLocalDataSource(String JavaDoc localDataSource) {
15         writeProperty("localDataSource", localDataSource);
16     }
17     public String JavaDoc getLocalDataSource() {
18         return (String JavaDoc)readProperty("localDataSource");
19     }
20     
21     
22 }
23
Popular Tags