com.atlassian.jira.user
Class UserHistory.IssueSummary

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

public static class UserHistory.IssueSummary
extends Object
implements 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(String issueKey, String summary)
           
 
Method Summary
 boolean equals(Object o)
           
 String getIssueKey()
           
 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(String issueKey,
                                String summary)
Method Detail

getIssueKey

public String getIssueKey()

getSummary

public String getSummary()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2007 Atlassian. All Rights Reserved.