[LIB-8] URL and HTML tag processing, new entities fields
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / api / IdEntity.java
index 699ea8f..c1ed21d 100644 (file)
@@ -21,7 +21,7 @@ package org.hedgecode.snooker.api;
  *
  * @author Dmitry Samoshin aka gotty
  */
-public interface IdEntity {
+public interface IdEntity extends URLEntity {
 
     int getId();