com.atlassian.jira.user
Class UserHistory.IssueSummary
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
UserHistory.IssueSummary
public UserHistory.IssueSummary(java.lang.String issueKey,
java.lang.String summary)
getIssueKey
public java.lang.String getIssueKey()
getSummary
public java.lang.String getSummary()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
Copyright © 2002-2005 Atlassian. All Rights Reserved.