public static final class ScheduleRef.ScheduleRefEntry extends Object implements Comparable<ScheduleRef.ScheduleRefEntry>
| Constructor and Description |
|---|
ScheduleRef.ScheduleRefEntry(Long itemId,
String channel,
org.joda.time.DateTime broadcastTime,
org.joda.time.DateTime broadcastEndTime,
String broadcastId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ScheduleRef.ScheduleRefEntry o) |
boolean |
equals(Object that) |
org.joda.time.DateTime |
getBroadcastEndTime() |
com.google.common.base.Optional<String> |
getBroadcastId() |
org.joda.time.DateTime |
getBroadcastTime() |
String |
getChannelId() |
Id |
getItemId() |
int |
hashCode() |
String |
toString() |
public int compareTo(ScheduleRef.ScheduleRefEntry o)
compareTo in interface Comparable<ScheduleRef.ScheduleRefEntry>public Id getItemId()
public String getChannelId()
public org.joda.time.DateTime getBroadcastTime()
public org.joda.time.DateTime getBroadcastEndTime()
public com.google.common.base.Optional<String> getBroadcastId()
Copyright © 2014. All rights reserved.