[LIB-8] URL and HTML tag processing, new entities fields
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / json / JsonIdEntity.java
index 25207b4..eb6491e 100644 (file)
@@ -21,12 +21,14 @@ import java.io.Serializable;
 import org.hedgecode.snooker.api.IdEntity;
 
 /**
- * Abstract Entity to JSON deserialize.
+ * Abstract ID Entity to JSON deserialize.
  *
  * @author Dmitry Samoshin aka gotty
  */
-public abstract class JsonIdEntity implements IdEntity, Serializable {
-
+public abstract class JsonIdEntity
+        extends JsonURLEntity
+        implements IdEntity, Serializable
+{
     @Override
     public boolean equals(Object obj) {
         if (this == obj)