public class Segment extends Identified
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Segment,SegmentRef> |
TO_REF |
DESCENDING_LAST_UPDATED, TO_ID, TO_URI| Constructor and Description |
|---|
Segment() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription() |
org.joda.time.Duration |
getDuration() |
String |
getIdentifier() |
org.atlasapi.media.entity.Publisher |
getPublisher() |
SegmentType |
getType() |
void |
setDescription(Description description) |
void |
setDuration(org.joda.time.Duration duration) |
void |
setIdentifier(String identifier) |
void |
setPublisher(org.atlasapi.media.entity.Publisher publisher) |
void |
setType(SegmentType type) |
SegmentRef |
toRef() |
addAlias, addAliases, addAliasUrl, addAliasUrls, addEquivalentTo, copyTo, copyWithEquivalentTo, equals, getAliases, getAliasUrls, getAllUris, getCanonicalUri, getCurie, getEquivalenceUpdate, getEquivalentTo, getId, getLastUpdated, hashCode, isEquivalentTo, setAliases, setAliasUrls, setCanonicalUri, setCurie, setEquivalenceUpdate, setEquivalentTo, setId, setId, setLastUpdated, sort, toStringpublic static final com.google.common.base.Function<Segment,SegmentRef> TO_REF
public SegmentRef toRef()
public Description getDescription()
public void setDescription(Description description)
public SegmentType getType()
public void setType(SegmentType type)
public org.joda.time.Duration getDuration()
public void setDuration(org.joda.time.Duration duration)
public org.atlasapi.media.entity.Publisher getPublisher()
public void setPublisher(org.atlasapi.media.entity.Publisher publisher)
public String getIdentifier()
public void setIdentifier(String identifier)
Copyright © 2014. All rights reserved.