public interface RevisionMetadata<N extends Number & Comparable<N>>
Modifier and Type | Method and Description |
---|---|
<T> T |
getDelegate()
Returns the underlying revision metadata which might provider more detailed implementation specific information.
|
org.joda.time.DateTime |
getRevisionDate()
Returns the date of the revision.
|
N |
getRevisionNumber()
Returns the revision number of the revision.
|
N getRevisionNumber()
org.joda.time.DateTime getRevisionDate()
<T> T getDelegate()
Copyright © 2011-2013-2014 Pivotal. All Rights Reserved.