public class SegmentEvent extends Identified
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.Ordering<SegmentEvent> |
ORDERING |
static com.google.common.base.Function<SegmentEvent,SegmentRef> |
TO_REF |
DESCENDING_LAST_UPDATED, TO_ID, TO_URI| Constructor and Description |
|---|
SegmentEvent() |
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription() |
Boolean |
getIsChapter() |
org.joda.time.Duration |
getOffset() |
Integer |
getPosition() |
SegmentRef |
getSegment() |
void |
setDescription(Description description) |
void |
setIsChapter(Boolean isChapter) |
void |
setOffset(org.joda.time.Duration offset) |
void |
setPosition(Integer position) |
void |
setSegment(SegmentRef segment) |
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.collect.Ordering<SegmentEvent> ORDERING
public static final com.google.common.base.Function<SegmentEvent,SegmentRef> TO_REF
public Integer getPosition()
public org.joda.time.Duration getOffset()
public Boolean getIsChapter()
public Description getDescription()
public SegmentRef getSegment()
public void setPosition(Integer position)
public void setOffset(org.joda.time.Duration offset)
public void setIsChapter(Boolean isChapter)
public void setDescription(Description description)
public void setSegment(SegmentRef segment)
Copyright © 2014. All rights reserved.