public abstract class ResourceRef extends Object implements Identifiable, Sourced
| Modifier and Type | Field and Description |
|---|---|
protected Id |
id |
protected org.atlasapi.media.entity.Publisher |
source |
| Constructor and Description |
|---|
ResourceRef(Id id,
org.atlasapi.media.entity.Publisher source) |
| Modifier and Type | Method and Description |
|---|---|
Id |
getId() |
org.atlasapi.media.entity.Publisher |
getPublisher() |
abstract ResourceType |
getResourceType() |
int |
hashCode() |
String |
toString() |
protected com.google.common.base.Objects.ToStringHelper |
toStringHelper() |
protected final Id id
protected final org.atlasapi.media.entity.Publisher source
public ResourceRef(Id id, org.atlasapi.media.entity.Publisher source)
public abstract ResourceType getResourceType()
public Id getId()
getId in interface Identifiablepublic org.atlasapi.media.entity.Publisher getPublisher()
getPublisher in interface Sourcedprotected com.google.common.base.Objects.ToStringHelper toStringHelper()
Copyright © 2014. All rights reserved.