public class VersionedIntervalTimeline.TimelineEntry extends Object
| Constructor and Description | 
|---|
TimelineEntry(org.joda.time.Interval trueInterval,
             VersionType version,
             PartitionHolder<ObjectType> partitionHolder)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
PartitionHolder<ObjectType> | 
getPartitionHolder()  | 
org.joda.time.Interval | 
getTrueInterval()  | 
VersionType | 
getVersion()  | 
int | 
hashCode()  | 
public 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–2018. All rights reserved.