File tree Expand file tree Collapse file tree
library/src/main/java/com/proxerme/library/connection/ucp/entitiy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import android .os .Parcelable ;
55import android .support .annotation .NonNull ;
66
7+ import com .proxerme .library .interfaces .IdItem ;
78import com .proxerme .library .parameters .CategoryParameter ;
89import com .proxerme .library .parameters .MediumParameter ;
910import com .squareup .moshi .Json ;
1314 *
1415 * @author Ruben Gees
1516 */
16- public class UcpToptenEntry implements Parcelable {
17+ public class UcpToptenEntry implements Parcelable , IdItem {
1718
1819 public static final Parcelable .Creator <UcpToptenEntry > CREATOR = new Parcelable .Creator <UcpToptenEntry >() {
1920 @ Override
@@ -70,6 +71,7 @@ protected UcpToptenEntry(Parcel in) {
7071 *
7172 * @return The id.
7273 */
74+ @ Override
7375 @ NonNull
7476 public String getId () {
7577 return id ;
You can’t perform that action at this time.
0 commit comments