http://git-wip-us.apache.org/repos/asf/gora/blob/f14dbd4b/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java
----------------------------------------------------------------------
diff --git 
a/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java
 
b/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java
index 048b379..7870b92 100644
--- 
a/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java
+++ 
b/gora-tutorial/src/main/java/org/apache/gora/tutorial/log/generated/Pageview.java
@@ -1,14 +1,13 @@
 /**
  * Autogenerated by Avro
- * 
+ *
  * DO NOT EDIT DIRECTLY
  */
 package org.apache.gora.tutorial.log.generated;
-
 @SuppressWarnings("all")
 public class Pageview extends org.apache.gora.persistency.impl.PersistentBase 
implements org.apache.avro.specific.SpecificRecord, 
org.apache.gora.persistency.Persistent {
   public static final org.apache.avro.Schema SCHEMA$ = new 
org.apache.avro.Schema.Parser().parse("{\"type\":\"record\",\"name\":\"Pageview\",\"namespace\":\"org.apache.gora.tutorial.log.generated\",\"fields\":[{\"name\":\"url\",\"type\":[\"null\",\"string\"],\"default\":null},{\"name\":\"timestamp\",\"type\":\"long\",\"default\":0},{\"name\":\"ip\",\"type\":[\"null\",\"string\"],\"default\":null},{\"name\":\"httpMethod\",\"type\":[\"null\",\"string\"],\"default\":null},{\"name\":\"httpStatusCode\",\"type\":\"int\",\"default\":0},{\"name\":\"responseSize\",\"type\":\"int\",\"default\":0},{\"name\":\"referrer\",\"type\":[\"null\",\"string\"],\"default\":null},{\"name\":\"userAgent\",\"type\":[\"null\",\"string\"],\"default\":null}],\"default\":null}");
-  private static final long serialVersionUID = -6468893522296148608L;
+  private static final long serialVersionUID = -6136058768384995982L;
   /** Enum containing all data bean's fields. */
   public static enum Field {
     URL(0, "url"),
@@ -57,14 +56,14 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
   };
 
   public static final String[] _ALL_FIELDS = {
-  "url",
-  "timestamp",
-  "ip",
-  "httpMethod",
-  "httpStatusCode",
-  "responseSize",
-  "referrer",
-  "userAgent",
+          "url",
+          "timestamp",
+          "ip",
+          "httpMethod",
+          "httpStatusCode",
+          "responseSize",
+          "referrer",
+          "userAgent",
   };
 
   /**
@@ -84,34 +83,34 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
   private java.lang.CharSequence referrer;
   private java.lang.CharSequence userAgent;
   public org.apache.avro.Schema getSchema() { return SCHEMA$; }
-  // Used by DatumWriter.  Applications should not call. 
+  // Used by DatumWriter.  Applications should not call.
   public java.lang.Object get(int field$) {
     switch (field$) {
-    case 0: return url;
-    case 1: return timestamp;
-    case 2: return ip;
-    case 3: return httpMethod;
-    case 4: return httpStatusCode;
-    case 5: return responseSize;
-    case 6: return referrer;
-    case 7: return userAgent;
-    default: throw new org.apache.avro.AvroRuntimeException("Bad index");
-    }
-  }
-  
-  // Used by DatumReader.  Applications should not call. 
+      case 0: return url;
+      case 1: return timestamp;
+      case 2: return ip;
+      case 3: return httpMethod;
+      case 4: return httpStatusCode;
+      case 5: return responseSize;
+      case 6: return referrer;
+      case 7: return userAgent;
+      default: throw new org.apache.avro.AvroRuntimeException("Bad index");
+    }
+  }
+
+  // Used by DatumReader.  Applications should not call.
   @SuppressWarnings(value="unchecked")
   public void put(int field$, java.lang.Object value) {
     switch (field$) {
-    case 0: url = (java.lang.CharSequence)(value); break;
-    case 1: timestamp = (java.lang.Long)(value); break;
-    case 2: ip = (java.lang.CharSequence)(value); break;
-    case 3: httpMethod = (java.lang.CharSequence)(value); break;
-    case 4: httpStatusCode = (java.lang.Integer)(value); break;
-    case 5: responseSize = (java.lang.Integer)(value); break;
-    case 6: referrer = (java.lang.CharSequence)(value); break;
-    case 7: userAgent = (java.lang.CharSequence)(value); break;
-    default: throw new org.apache.avro.AvroRuntimeException("Bad index");
+      case 0: url = (java.lang.CharSequence)(value); break;
+      case 1: timestamp = (java.lang.Long)(value); break;
+      case 2: ip = (java.lang.CharSequence)(value); break;
+      case 3: httpMethod = (java.lang.CharSequence)(value); break;
+      case 4: httpStatusCode = (java.lang.Integer)(value); break;
+      case 5: responseSize = (java.lang.Integer)(value); break;
+      case 6: referrer = (java.lang.CharSequence)(value); break;
+      case 7: userAgent = (java.lang.CharSequence)(value); break;
+      default: throw new org.apache.avro.AvroRuntimeException("Bad index");
     }
   }
 
@@ -130,9 +129,10 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     this.url = value;
     setDirty(0);
   }
-  
+
   /**
    * Checks the dirty status of the 'url' field. A field is dirty if it 
represents a change that has not yet been written to the database.
+   * @param value the value to set.
    */
   public boolean isUrlDirty() {
     return isDirty(0);
@@ -153,9 +153,10 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     this.timestamp = value;
     setDirty(1);
   }
-  
+
   /**
    * Checks the dirty status of the 'timestamp' field. A field is dirty if it 
represents a change that has not yet been written to the database.
+   * @param value the value to set.
    */
   public boolean isTimestampDirty() {
     return isDirty(1);
@@ -176,9 +177,10 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     this.ip = value;
     setDirty(2);
   }
-  
+
   /**
    * Checks the dirty status of the 'ip' field. A field is dirty if it 
represents a change that has not yet been written to the database.
+   * @param value the value to set.
    */
   public boolean isIpDirty() {
     return isDirty(2);
@@ -199,9 +201,10 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     this.httpMethod = value;
     setDirty(3);
   }
-  
+
   /**
    * Checks the dirty status of the 'httpMethod' field. A field is dirty if it 
represents a change that has not yet been written to the database.
+   * @param value the value to set.
    */
   public boolean isHttpMethodDirty() {
     return isDirty(3);
@@ -222,9 +225,10 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     this.httpStatusCode = value;
     setDirty(4);
   }
-  
+
   /**
    * Checks the dirty status of the 'httpStatusCode' field. A field is dirty 
if it represents a change that has not yet been written to the database.
+   * @param value the value to set.
    */
   public boolean isHttpStatusCodeDirty() {
     return isDirty(4);
@@ -245,9 +249,10 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     this.responseSize = value;
     setDirty(5);
   }
-  
+
   /**
    * Checks the dirty status of the 'responseSize' field. A field is dirty if 
it represents a change that has not yet been written to the database.
+   * @param value the value to set.
    */
   public boolean isResponseSizeDirty() {
     return isDirty(5);
@@ -268,9 +273,10 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     this.referrer = value;
     setDirty(6);
   }
-  
+
   /**
    * Checks the dirty status of the 'referrer' field. A field is dirty if it 
represents a change that has not yet been written to the database.
+   * @param value the value to set.
    */
   public boolean isReferrerDirty() {
     return isDirty(6);
@@ -291,9 +297,10 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     this.userAgent = value;
     setDirty(7);
   }
-  
+
   /**
    * Checks the dirty status of the 'userAgent' field. A field is dirty if it 
represents a change that has not yet been written to the database.
+   * @param value the value to set.
    */
   public boolean isUserAgentDirty() {
     return isDirty(7);
@@ -303,19 +310,19 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
   public static org.apache.gora.tutorial.log.generated.Pageview.Builder 
newBuilder() {
     return new org.apache.gora.tutorial.log.generated.Pageview.Builder();
   }
-  
+
   /** Creates a new Pageview RecordBuilder by copying an existing Builder */
   public static org.apache.gora.tutorial.log.generated.Pageview.Builder 
newBuilder(org.apache.gora.tutorial.log.generated.Pageview.Builder other) {
     return new org.apache.gora.tutorial.log.generated.Pageview.Builder(other);
   }
-  
+
   /** Creates a new Pageview RecordBuilder by copying an existing Pageview 
instance */
   public static org.apache.gora.tutorial.log.generated.Pageview.Builder 
newBuilder(org.apache.gora.tutorial.log.generated.Pageview other) {
     return new org.apache.gora.tutorial.log.generated.Pageview.Builder(other);
   }
-  
+
   private static java.nio.ByteBuffer deepCopyToReadOnlyBuffer(
-      java.nio.ByteBuffer input) {
+          java.nio.ByteBuffer input) {
     java.nio.ByteBuffer copy = java.nio.ByteBuffer.allocate(input.capacity());
     int position = input.position();
     input.reset();
@@ -336,12 +343,12 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     copy.limit(limit);
     return copy.asReadOnlyBuffer();
   }
-  
+
   /**
    * RecordBuilder for Pageview instances.
    */
   public static class Builder extends 
org.apache.avro.specific.SpecificRecordBuilderBase<Pageview>
-    implements org.apache.avro.data.RecordBuilder<Pageview> {
+          implements org.apache.avro.data.RecordBuilder<Pageview> {
 
     private java.lang.CharSequence url;
     private long timestamp;
@@ -356,15 +363,15 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     private Builder() {
       super(org.apache.gora.tutorial.log.generated.Pageview.SCHEMA$);
     }
-    
+
     /** Creates a Builder by copying an existing Builder */
     private Builder(org.apache.gora.tutorial.log.generated.Pageview.Builder 
other) {
       super(other);
     }
-    
+
     /** Creates a Builder by copying an existing Pageview instance */
     private Builder(org.apache.gora.tutorial.log.generated.Pageview other) {
-            super(org.apache.gora.tutorial.log.generated.Pageview.SCHEMA$);
+      super(org.apache.gora.tutorial.log.generated.Pageview.SCHEMA$);
       if (isValidValue(fields()[0], other.url)) {
         this.url = (java.lang.CharSequence) 
data().deepCopy(fields()[0].schema(), other.url);
         fieldSetFlags()[0] = true;
@@ -403,199 +410,199 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
     public java.lang.CharSequence getUrl() {
       return url;
     }
-    
+
     /** Sets the value of the 'url' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
setUrl(java.lang.CharSequence value) {
       validate(fields()[0], value);
       this.url = value;
       fieldSetFlags()[0] = true;
-      return this; 
+      return this;
     }
-    
+
     /** Checks whether the 'url' field has been set */
     public boolean hasUrl() {
       return fieldSetFlags()[0];
     }
-    
+
     /** Clears the value of the 'url' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder clearUrl() {
       url = null;
       fieldSetFlags()[0] = false;
       return this;
     }
-    
+
     /** Gets the value of the 'timestamp' field */
     public java.lang.Long getTimestamp() {
       return timestamp;
     }
-    
+
     /** Sets the value of the 'timestamp' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
setTimestamp(long value) {
       validate(fields()[1], value);
       this.timestamp = value;
       fieldSetFlags()[1] = true;
-      return this; 
+      return this;
     }
-    
+
     /** Checks whether the 'timestamp' field has been set */
     public boolean hasTimestamp() {
       return fieldSetFlags()[1];
     }
-    
+
     /** Clears the value of the 'timestamp' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
clearTimestamp() {
       fieldSetFlags()[1] = false;
       return this;
     }
-    
+
     /** Gets the value of the 'ip' field */
     public java.lang.CharSequence getIp() {
       return ip;
     }
-    
+
     /** Sets the value of the 'ip' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
setIp(java.lang.CharSequence value) {
       validate(fields()[2], value);
       this.ip = value;
       fieldSetFlags()[2] = true;
-      return this; 
+      return this;
     }
-    
+
     /** Checks whether the 'ip' field has been set */
     public boolean hasIp() {
       return fieldSetFlags()[2];
     }
-    
+
     /** Clears the value of the 'ip' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder clearIp() {
       ip = null;
       fieldSetFlags()[2] = false;
       return this;
     }
-    
+
     /** Gets the value of the 'httpMethod' field */
     public java.lang.CharSequence getHttpMethod() {
       return httpMethod;
     }
-    
+
     /** Sets the value of the 'httpMethod' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
setHttpMethod(java.lang.CharSequence value) {
       validate(fields()[3], value);
       this.httpMethod = value;
       fieldSetFlags()[3] = true;
-      return this; 
+      return this;
     }
-    
+
     /** Checks whether the 'httpMethod' field has been set */
     public boolean hasHttpMethod() {
       return fieldSetFlags()[3];
     }
-    
+
     /** Clears the value of the 'httpMethod' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
clearHttpMethod() {
       httpMethod = null;
       fieldSetFlags()[3] = false;
       return this;
     }
-    
+
     /** Gets the value of the 'httpStatusCode' field */
     public java.lang.Integer getHttpStatusCode() {
       return httpStatusCode;
     }
-    
+
     /** Sets the value of the 'httpStatusCode' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
setHttpStatusCode(int value) {
       validate(fields()[4], value);
       this.httpStatusCode = value;
       fieldSetFlags()[4] = true;
-      return this; 
+      return this;
     }
-    
+
     /** Checks whether the 'httpStatusCode' field has been set */
     public boolean hasHttpStatusCode() {
       return fieldSetFlags()[4];
     }
-    
+
     /** Clears the value of the 'httpStatusCode' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
clearHttpStatusCode() {
       fieldSetFlags()[4] = false;
       return this;
     }
-    
+
     /** Gets the value of the 'responseSize' field */
     public java.lang.Integer getResponseSize() {
       return responseSize;
     }
-    
+
     /** Sets the value of the 'responseSize' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
setResponseSize(int value) {
       validate(fields()[5], value);
       this.responseSize = value;
       fieldSetFlags()[5] = true;
-      return this; 
+      return this;
     }
-    
+
     /** Checks whether the 'responseSize' field has been set */
     public boolean hasResponseSize() {
       return fieldSetFlags()[5];
     }
-    
+
     /** Clears the value of the 'responseSize' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
clearResponseSize() {
       fieldSetFlags()[5] = false;
       return this;
     }
-    
+
     /** Gets the value of the 'referrer' field */
     public java.lang.CharSequence getReferrer() {
       return referrer;
     }
-    
+
     /** Sets the value of the 'referrer' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
setReferrer(java.lang.CharSequence value) {
       validate(fields()[6], value);
       this.referrer = value;
       fieldSetFlags()[6] = true;
-      return this; 
+      return this;
     }
-    
+
     /** Checks whether the 'referrer' field has been set */
     public boolean hasReferrer() {
       return fieldSetFlags()[6];
     }
-    
+
     /** Clears the value of the 'referrer' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
clearReferrer() {
       referrer = null;
       fieldSetFlags()[6] = false;
       return this;
     }
-    
+
     /** Gets the value of the 'userAgent' field */
     public java.lang.CharSequence getUserAgent() {
       return userAgent;
     }
-    
+
     /** Sets the value of the 'userAgent' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
setUserAgent(java.lang.CharSequence value) {
       validate(fields()[7], value);
       this.userAgent = value;
       fieldSetFlags()[7] = true;
-      return this; 
+      return this;
     }
-    
+
     /** Checks whether the 'userAgent' field has been set */
     public boolean hasUserAgent() {
       return fieldSetFlags()[7];
     }
-    
+
     /** Clears the value of the 'userAgent' field */
     public org.apache.gora.tutorial.log.generated.Pageview.Builder 
clearUserAgent() {
       userAgent = null;
       fieldSetFlags()[7] = false;
       return this;
     }
-    
+
     @Override
     public Pageview build() {
       try {
@@ -614,9 +621,9 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
       }
     }
   }
-  
+
   public Pageview.Tombstone getTombstone(){
-       return TOMBSTONE;
+    return TOMBSTONE;
   }
 
   public Pageview newInstance(){
@@ -624,188 +631,196 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
   }
 
   private static final Tombstone TOMBSTONE = new Tombstone();
-  
+
   public static final class Tombstone extends Pageview implements 
org.apache.gora.persistency.Tombstone {
-  
-      private Tombstone() { }
-  
-                         /**
-          * Gets the value of the 'url' field.
-                  */
-         public java.lang.CharSequence getUrl() {
-           throw new java.lang.UnsupportedOperationException("Get is not 
supported on tombstones");
-         }
-       
-         /**
-          * Sets the value of the 'url' field.
-                  * @param value the value to set.
-          */
-         public void setUrl(java.lang.CharSequence value) {
-           throw new java.lang.UnsupportedOperationException("Set is not 
supported on tombstones");
-         }
-         
-         /**
-          * Checks the dirty status of the 'url' field. A field is dirty if it 
represents a change that has not yet been written to the database.
-          */
-         public boolean isUrlDirty() {
-           throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
-         }
-       
-                                 /**
-          * Gets the value of the 'timestamp' field.
-                  */
-         public java.lang.Long getTimestamp() {
-           throw new java.lang.UnsupportedOperationException("Get is not 
supported on tombstones");
-         }
-       
-         /**
-          * Sets the value of the 'timestamp' field.
-                  * @param value the value to set.
-          */
-         public void setTimestamp(java.lang.Long value) {
-           throw new java.lang.UnsupportedOperationException("Set is not 
supported on tombstones");
-         }
-         
-         /**
-          * Checks the dirty status of the 'timestamp' field. A field is dirty 
if it represents a change that has not yet been written to the database.
-          */
-         public boolean isTimestampDirty() {
-           throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
-         }
-       
-                                 /**
-          * Gets the value of the 'ip' field.
-                  */
-         public java.lang.CharSequence getIp() {
-           throw new java.lang.UnsupportedOperationException("Get is not 
supported on tombstones");
-         }
-       
-         /**
-          * Sets the value of the 'ip' field.
-                  * @param value the value to set.
-          */
-         public void setIp(java.lang.CharSequence value) {
-           throw new java.lang.UnsupportedOperationException("Set is not 
supported on tombstones");
-         }
-         
-         /**
-          * Checks the dirty status of the 'ip' field. A field is dirty if it 
represents a change that has not yet been written to the database.
-          */
-         public boolean isIpDirty() {
-           throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
-         }
-       
-                                 /**
-          * Gets the value of the 'httpMethod' field.
-                  */
-         public java.lang.CharSequence getHttpMethod() {
-           throw new java.lang.UnsupportedOperationException("Get is not 
supported on tombstones");
-         }
-       
-         /**
-          * Sets the value of the 'httpMethod' field.
-                  * @param value the value to set.
-          */
-         public void setHttpMethod(java.lang.CharSequence value) {
-           throw new java.lang.UnsupportedOperationException("Set is not 
supported on tombstones");
-         }
-         
-         /**
-          * Checks the dirty status of the 'httpMethod' field. A field is 
dirty if it represents a change that has not yet been written to the database.
-          */
-         public boolean isHttpMethodDirty() {
-           throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
-         }
-       
-                                 /**
-          * Gets the value of the 'httpStatusCode' field.
-                  */
-         public java.lang.Integer getHttpStatusCode() {
-           throw new java.lang.UnsupportedOperationException("Get is not 
supported on tombstones");
-         }
-       
-         /**
-          * Sets the value of the 'httpStatusCode' field.
-                  * @param value the value to set.
-          */
-         public void setHttpStatusCode(java.lang.Integer value) {
-           throw new java.lang.UnsupportedOperationException("Set is not 
supported on tombstones");
-         }
-         
-         /**
-          * Checks the dirty status of the 'httpStatusCode' field. A field is 
dirty if it represents a change that has not yet been written to the database.
-          */
-         public boolean isHttpStatusCodeDirty() {
-           throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
-         }
-       
-                                 /**
-          * Gets the value of the 'responseSize' field.
-                  */
-         public java.lang.Integer getResponseSize() {
-           throw new java.lang.UnsupportedOperationException("Get is not 
supported on tombstones");
-         }
-       
-         /**
-          * Sets the value of the 'responseSize' field.
-                  * @param value the value to set.
-          */
-         public void setResponseSize(java.lang.Integer value) {
-           throw new java.lang.UnsupportedOperationException("Set is not 
supported on tombstones");
-         }
-         
-         /**
-          * Checks the dirty status of the 'responseSize' field. A field is 
dirty if it represents a change that has not yet been written to the database.
-          */
-         public boolean isResponseSizeDirty() {
-           throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
-         }
-       
-                                 /**
-          * Gets the value of the 'referrer' field.
-                  */
-         public java.lang.CharSequence getReferrer() {
-           throw new java.lang.UnsupportedOperationException("Get is not 
supported on tombstones");
-         }
-       
-         /**
-          * Sets the value of the 'referrer' field.
-                  * @param value the value to set.
-          */
-         public void setReferrer(java.lang.CharSequence value) {
-           throw new java.lang.UnsupportedOperationException("Set is not 
supported on tombstones");
-         }
+
+    private Tombstone() { }
+
+    /**
+     * Gets the value of the 'url' field.
+     */
+    public java.lang.CharSequence getUrl() {
+      throw new java.lang.UnsupportedOperationException("Get is not supported 
on tombstones");
+    }
+
+    /**
+     * Sets the value of the 'url' field.
+     * @param value the value to set.
+     */
+    public void setUrl(java.lang.CharSequence value) {
+      throw new java.lang.UnsupportedOperationException("Set is not supported 
on tombstones");
+    }
+
+    /**
+     * Checks the dirty status of the 'url' field. A field is dirty if it 
represents a change that has not yet been written to the database.
+     * @param value the value to set.
+     */
+    public boolean isUrlDirty() {
+      throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
+    }
+
+    /**
+     * Gets the value of the 'timestamp' field.
+     */
+    public java.lang.Long getTimestamp() {
+      throw new java.lang.UnsupportedOperationException("Get is not supported 
on tombstones");
+    }
+
+    /**
+     * Sets the value of the 'timestamp' field.
+     * @param value the value to set.
+     */
+    public void setTimestamp(java.lang.Long value) {
+      throw new java.lang.UnsupportedOperationException("Set is not supported 
on tombstones");
+    }
+
+    /**
+     * Checks the dirty status of the 'timestamp' field. A field is dirty if 
it represents a change that has not yet been written to the database.
+     * @param value the value to set.
+     */
+    public boolean isTimestampDirty() {
+      throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
+    }
+
+    /**
+     * Gets the value of the 'ip' field.
+     */
+    public java.lang.CharSequence getIp() {
+      throw new java.lang.UnsupportedOperationException("Get is not supported 
on tombstones");
+    }
+
+    /**
+     * Sets the value of the 'ip' field.
+     * @param value the value to set.
+     */
+    public void setIp(java.lang.CharSequence value) {
+      throw new java.lang.UnsupportedOperationException("Set is not supported 
on tombstones");
+    }
+
+    /**
+     * Checks the dirty status of the 'ip' field. A field is dirty if it 
represents a change that has not yet been written to the database.
+     * @param value the value to set.
+     */
+    public boolean isIpDirty() {
+      throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
+    }
+
+    /**
+     * Gets the value of the 'httpMethod' field.
+     */
+    public java.lang.CharSequence getHttpMethod() {
+      throw new java.lang.UnsupportedOperationException("Get is not supported 
on tombstones");
+    }
+
+    /**
+     * Sets the value of the 'httpMethod' field.
+     * @param value the value to set.
+     */
+    public void setHttpMethod(java.lang.CharSequence value) {
+      throw new java.lang.UnsupportedOperationException("Set is not supported 
on tombstones");
+    }
+
+    /**
+     * Checks the dirty status of the 'httpMethod' field. A field is dirty if 
it represents a change that has not yet been written to the database.
+     * @param value the value to set.
+     */
+    public boolean isHttpMethodDirty() {
+      throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
+    }
+
+    /**
+     * Gets the value of the 'httpStatusCode' field.
+     */
+    public java.lang.Integer getHttpStatusCode() {
+      throw new java.lang.UnsupportedOperationException("Get is not supported 
on tombstones");
+    }
+
+    /**
+     * Sets the value of the 'httpStatusCode' field.
+     * @param value the value to set.
+     */
+    public void setHttpStatusCode(java.lang.Integer value) {
+      throw new java.lang.UnsupportedOperationException("Set is not supported 
on tombstones");
+    }
+
+    /**
+     * Checks the dirty status of the 'httpStatusCode' field. A field is dirty 
if it represents a change that has not yet been written to the database.
+     * @param value the value to set.
+     */
+    public boolean isHttpStatusCodeDirty() {
+      throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
+    }
+
+    /**
+     * Gets the value of the 'responseSize' field.
+     */
+    public java.lang.Integer getResponseSize() {
+      throw new java.lang.UnsupportedOperationException("Get is not supported 
on tombstones");
+    }
+
+    /**
+     * Sets the value of the 'responseSize' field.
+     * @param value the value to set.
+     */
+    public void setResponseSize(java.lang.Integer value) {
+      throw new java.lang.UnsupportedOperationException("Set is not supported 
on tombstones");
+    }
+
+    /**
+     * Checks the dirty status of the 'responseSize' field. A field is dirty 
if it represents a change that has not yet been written to the database.
+     * @param value the value to set.
+     */
+    public boolean isResponseSizeDirty() {
+      throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
+    }
+
+    /**
+     * Gets the value of the 'referrer' field.
+     */
+    public java.lang.CharSequence getReferrer() {
+      throw new java.lang.UnsupportedOperationException("Get is not supported 
on tombstones");
+    }
+
+    /**
+     * Sets the value of the 'referrer' field.
+     * @param value the value to set.
+     */
+    public void setReferrer(java.lang.CharSequence value) {
+      throw new java.lang.UnsupportedOperationException("Set is not supported 
on tombstones");
+    }
 
     /**
      * Checks the dirty status of the 'referrer' field. A field is dirty if it 
represents a change that has not yet been written to the database.
+     * @param value the value to set.
      */
     public boolean isReferrerDirty() {
-           throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
-         }
-       
-                                 /**
-          * Gets the value of the 'userAgent' field.
-                  */
-         public java.lang.CharSequence getUserAgent() {
-           throw new java.lang.UnsupportedOperationException("Get is not 
supported on tombstones");
-         }
+      throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
+    }
+
+    /**
+     * Gets the value of the 'userAgent' field.
+     */
+    public java.lang.CharSequence getUserAgent() {
+      throw new java.lang.UnsupportedOperationException("Get is not supported 
on tombstones");
+    }
 
     /**
      * Sets the value of the 'userAgent' field.
      * @param value the value to set.
-          */
-         public void setUserAgent(java.lang.CharSequence value) {
-           throw new java.lang.UnsupportedOperationException("Set is not 
supported on tombstones");
-         }
-         
-         /**
-          * Checks the dirty status of the 'userAgent' field. A field is dirty 
if it represents a change that has not yet been written to the database.
-          */
-         public boolean isUserAgentDirty() {
-           throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
-         }
-       
-                 
+     */
+    public void setUserAgent(java.lang.CharSequence value) {
+      throw new java.lang.UnsupportedOperationException("Set is not supported 
on tombstones");
+    }
+
+    /**
+     * Checks the dirty status of the 'userAgent' field. A field is dirty if 
it represents a change that has not yet been written to the database.
+     * @param value the value to set.
+     */
+    public boolean isUserAgentDirty() {
+      throw new java.lang.UnsupportedOperationException("IsDirty is not 
supported on tombstones");
+    }
+
+
   }
 
   private static final org.apache.avro.io.DatumWriter
@@ -846,4 +861,3 @@ public class Pageview extends 
org.apache.gora.persistency.impl.PersistentBase im
   }
 
 }
-

Reply via email to