public class SeriesRef extends Object implements Identifiable, Comparable<SeriesRef>
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<SeriesRef,Id> |
TO_ID |
| Constructor and Description |
|---|
SeriesRef(Id id,
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) |
Id |
getId() |
Integer |
getSeriesNumber() |
String |
getTitle() |
org.joda.time.DateTime |
getUpdated() |
int |
hashCode() |
String |
toString() |
@Nullable public Id getId()
getId in interface Identifiablepublic String getTitle()
public org.joda.time.DateTime getUpdated()
public Integer getSeriesNumber()
public int compareTo(SeriesRef comparableTo)
compareTo in interface Comparable<SeriesRef>Copyright © 2014. All rights reserved.