OSDN Git Service

c
[h4j-study/GAEStudy.git] / gae_study / src / main / java / gae_study / SampleData.java
index 41b2039..beadc15 100644 (file)
@@ -9,17 +9,17 @@ import org.slim3.datastore.json.Json;
 import com.google.appengine.api.datastore.Key;
 
 @XmlRootElement(name="sd")
-@Model(kind = "sd", schemaVersion = 1)
+//@Model(kind = "sd", schemaVersion = 1)
 //@Model(kind = "sd", schemaVersion = 1,schemaVersionName="s3v",classHierarchyListName="s3h")
 public class SampleData {
     // @Attribute(listener = ModificationDate.class, json=@Json(ignore=true))
     // GAE用の属性
-    @Attribute(primaryKey = true, json = @Json(ignore = true))
+    //@Attribute(primaryKey = true, json = @Json(ignore = true))
     private Key key;
 
-    @Attribute(name = "s")
+    //@Attribute(name = "s")
     private String sample;
-    @Attribute(name = "o")
+    //@Attribute(name = "o")
     private String option;
 
     //@Attribute(persistent = false)