public class VersionedIntervalTimeline.TimelineEntry extends Object
| Constructor and Description |
|---|
VersionedIntervalTimeline.TimelineEntry(org.joda.time.Interval trueInterval,
VersionType version,
PartitionHolder<ObjectType> partitionHolder) |
| Modifier and Type | Method and Description |
|---|---|
PartitionHolder<ObjectType> |
getPartitionHolder() |
org.joda.time.Interval |
getTrueInterval() |
VersionType |
getVersion() |
public VersionedIntervalTimeline.TimelineEntry(org.joda.time.Interval trueInterval,
VersionType version,
PartitionHolder<ObjectType> partitionHolder)
public org.joda.time.Interval getTrueInterval()
public VersionType getVersion()
public PartitionHolder<ObjectType> getPartitionHolder()
Copyright © 2011–2015. All rights reserved.