Package com.atlassian.jira.versioning
Class EntityVersion
java.lang.Object
com.atlassian.jira.versioning.EntityVersion
- All Implemented Interfaces:
WithId
,WithIdAndVersion
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.index.ha.WithIdAndVersion
WithIdAndVersion.DefaultWithIdAndVersion
-
Field Summary
Fields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR
-
Constructor Summary
ConstructorsConstructorDescriptionEntityVersion
(long id, long version, Instant dbUpdatedTime, boolean deleted, IndexDirectoryFactory.Name indexName) -
Method Summary
-
Constructor Details
-
EntityVersion
public EntityVersion(long id, long version, Instant dbUpdatedTime, boolean deleted, IndexDirectoryFactory.Name indexName) -
EntityVersion
-
EntityVersion
-
EntityVersion
-
-
Method Details
-
toString
-
getId
-
getVersion
- Specified by:
getVersion
in interfaceWithIdAndVersion
-
getDbUpdatedTime
-
isDeleted
public boolean isDeleted() -
getIndexName
-
equals
-
hashCode
public int hashCode()
-