Ejemplo n.º 1
0
 public int hashCode() {
   int result;
   result = rating.hashCode();
   result = 29 * result + (text != null ? text.hashCode() : 0);
   result = 29 * result + created.hashCode();
   return result;
 }