|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.vote.VoteHistoryEntryImpl
public class VoteHistoryEntryImpl
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.
| Constructor Summary | |
|---|---|
VoteHistoryEntryImpl(Long issueId,
Timestamp timestamp,
long votes)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VoteHistoryEntryImpl(Long issueId,
Timestamp timestamp,
long votes)
| Method Detail |
|---|
public Long getIssueId()
VoteHistoryEntry
getIssueId in interface VoteHistoryEntrypublic Timestamp getTimestamp()
VoteHistoryEntry
getTimestamp in interface VoteHistoryEntrypublic long getVotes()
VoteHistoryEntry
getVotes in interface VoteHistoryEntrypublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||