public class SeriesRef extends ContainerRef implements Comparable<SeriesRef>
id, source| Constructor and Description |
|---|
SeriesRef(Id id,
org.atlasapi.media.entity.Publisher source) |
SeriesRef(Id id,
org.atlasapi.media.entity.Publisher source,
String title,
Integer seriesNumber,
org.joda.time.DateTime updated) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SeriesRef comparableTo) |
static List<SeriesRef> |
dedupeAndSort(Iterable<SeriesRef> seriesRefs) |
boolean |
equals(Object that) |
ContentType |
getContentType() |
Integer |
getSeriesNumber() |
String |
getTitle() |
org.joda.time.DateTime |
getUpdated() |
protected com.google.common.base.Objects.ToStringHelper |
toStringHelper() |
getResourceTypegetId, getPublisher, hashCode, toStringpublic SeriesRef(Id id, org.atlasapi.media.entity.Publisher source)
public ContentType getContentType()
getContentType in class ContentRefpublic String getTitle()
public org.joda.time.DateTime getUpdated()
public Integer getSeriesNumber()
public int compareTo(SeriesRef comparableTo)
compareTo in interface Comparable<SeriesRef>protected com.google.common.base.Objects.ToStringHelper toStringHelper()
toStringHelper in class ContentRefCopyright © 2014. All rights reserved.