public class EquivalenceRef extends Object implements Identifiable, Sourced
| Constructor and Description |
|---|
EquivalenceRef(Id id,
org.atlasapi.media.entity.Publisher source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Id |
getId() |
org.atlasapi.media.entity.Publisher |
getPublisher() |
int |
hashCode() |
static <T extends Identifiable & Sourced> |
toEquivalenceRef() |
String |
toString() |
static <T extends Identifiable & Sourced> |
valueOf(T t) |
public EquivalenceRef(Id id, org.atlasapi.media.entity.Publisher source)
public static final <T extends Identifiable & Sourced> com.google.common.base.Function<T,EquivalenceRef> toEquivalenceRef()
public static final <T extends Identifiable & Sourced> EquivalenceRef valueOf(T t)
public Id getId()
getId in interface Identifiablepublic org.atlasapi.media.entity.Publisher getPublisher()
getPublisher in interface SourcedCopyright © 2014. All rights reserved.