com.atlassian.jira.user
Class UserHistory.IssueSummary

java.lang.Object
  extended bycom.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

Field Summary
(package private) static long serialVersionUID
           
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
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)

hashCode

public int hashCode()


Copyright © 2002-2007 Atlassian. All Rights Reserved.