comparison src/main/java/jp/ac/u_ryukyu/ie/cr/tatsuki/jungle/query/UpdateQuery.java @ 108:69bbf08894aa

move
author one
date Fri, 12 Sep 2014 21:53:52 +0900
parents c297f0015d9e
children
comparison
equal deleted inserted replaced
106:3e75124550e9 108:69bbf08894aa
7 7
8 8
9 private String updateAttribute; 9 private String updateAttribute;
10 10
11 public UpdateQuery(String key, String attribute , String updateAttribute){ 11 public UpdateQuery(String key, String attribute , String updateAttribute){
12 super(key, attribute); 12 super(null);
13 this.updateAttribute = updateAttribute; 13 this.updateAttribute = updateAttribute;
14 } 14 }
15 15
16 public ByteBuffer getUpdateAttribute(){ 16 public ByteBuffer getUpdateAttribute(){
17 updateAttribute.getBytes(); 17 updateAttribute.getBytes();