public class ChannelSchedule extends Object
| Constructor and Description |
|---|
ChannelSchedule(org.atlasapi.media.channel.Channel channel,
org.joda.time.Interval interval,
Iterable<ItemAndBroadcast> entries) |
| Modifier and Type | Method and Description |
|---|---|
ChannelSchedule |
copyWithEntries(Iterable<ItemAndBroadcast> entries) |
boolean |
equals(Object obj) |
org.atlasapi.media.channel.Channel |
getChannel() |
List<ItemAndBroadcast> |
getEntries() |
org.joda.time.Interval |
getInterval() |
int |
hashCode() |
static com.google.common.base.Function<ChannelSchedule,org.atlasapi.media.channel.Channel> |
toChannel() |
static com.google.common.base.Function<ChannelSchedule,com.google.common.collect.ImmutableList<ItemAndBroadcast>> |
toEntries() |
String |
toString() |
public ChannelSchedule(org.atlasapi.media.channel.Channel channel,
org.joda.time.Interval interval,
Iterable<ItemAndBroadcast> entries)
public static final com.google.common.base.Function<ChannelSchedule,org.atlasapi.media.channel.Channel> toChannel()
public static final com.google.common.base.Function<ChannelSchedule,com.google.common.collect.ImmutableList<ItemAndBroadcast>> toEntries()
public org.atlasapi.media.channel.Channel getChannel()
public org.joda.time.Interval getInterval()
public List<ItemAndBroadcast> getEntries()
public ChannelSchedule copyWithEntries(Iterable<ItemAndBroadcast> entries)
Copyright © 2014. All rights reserved.