public static class EquivalenceSummary.Ref extends Object implements Identifiable, Sourced
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Described,EquivalenceSummary.Ref> |
FROM_CONTENT |
| Constructor and Description |
|---|
EquivalenceSummary.Ref(Id id,
org.atlasapi.media.entity.Publisher publisher,
Id parentId) |
EquivalenceSummary.Ref(long id,
org.atlasapi.media.entity.Publisher publisher,
Id parentId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Id |
getId() |
com.google.common.base.Optional<Id> |
getParentId() |
org.atlasapi.media.entity.Publisher |
getPublisher() |
int |
hashCode() |
protected static Id |
idOrNull(ContentRef parent) |
String |
toString() |
static EquivalenceSummary.Ref |
valueOf(Described content) |
public static final com.google.common.base.Function<Described,EquivalenceSummary.Ref> FROM_CONTENT
public EquivalenceSummary.Ref(long id,
org.atlasapi.media.entity.Publisher publisher,
@Nullable
Id parentId)
public static EquivalenceSummary.Ref valueOf(Described content)
protected static Id idOrNull(@Nullable ContentRef parent)
public Id getId()
getId in interface Identifiablepublic org.atlasapi.media.entity.Publisher getPublisher()
getPublisher in interface Sourcedpublic com.google.common.base.Optional<Id> getParentId()
Copyright © 2014. All rights reserved.