com.atlassian.jira.user
Class UserHistory.IssueSummary

java.lang.Object
  extended bycom.atlassian.jira.user.UserHistory.IssueSummary
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UserHistory

public class UserHistory.IssueSummary
extends java.lang.Object
implements java.io.Serializable

Inner class to contain information to be stored about each issue.

As we don't want to go to the database for a history table (it would be too slow), we must put all the information that we wish to retrieve in this class.

See Also:
Serialized Form

Constructor Summary
UserHistory.IssueSummary(java.lang.String issueKey, java.lang.String summary)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getIssueKey()
           
 java.lang.String getSummary()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserHistory.IssueSummary

public UserHistory.IssueSummary(java.lang.String issueKey,
                                java.lang.String summary)
Method Detail

getIssueKey

public java.lang.String getIssueKey()

getSummary

public java.lang.String getSummary()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()