public class

VoteHistoryEntryImpl

extends Object
implements VoteHistoryEntry
java.lang.Object
   ↳ com.atlassian.jira.issue.vote.VoteHistoryEntryImpl

Class Overview

This represents an entry in the vote history of an issue at a point in time. Vote history entries are created whenever a vote is added or removed from an issue.

Summary

Public Constructors
VoteHistoryEntryImpl(Long issueId, Timestamp timestamp, long votes)
Public Methods
boolean equals(Object o)
Long getIssueId()
Get the issue Id.
Timestamp getTimestamp()
Get the Timestamp of this historical entry.
long getVotes()
Get the number of Votes recoreded for the issue at this moment in time.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.vote.VoteHistoryEntry

Public Constructors

public VoteHistoryEntryImpl (Long issueId, Timestamp timestamp, long votes)

Public Methods

public boolean equals (Object o)

public Long getIssueId ()

Get the issue Id.

public Timestamp getTimestamp ()

Get the Timestamp of this historical entry.

public long getVotes ()

Get the number of Votes recoreded for the issue at this moment in time.

public int hashCode ()

public String toString ()