com.atlassian.confluence.plugins.emailgateway
Class StagedEmailThreadKey

java.lang.Object
  extended by com.atlassian.confluence.plugins.emailgateway.StagedEmailThreadKey

public class StagedEmailThreadKey
extends Object

Represents a reference to a staged email thread. This reference is used to retrieve a StagedEmailThread from the database, and for embedding into confirmation emails.


Constructor Summary
StagedEmailThreadKey(String token)
           
 
Method Summary
 boolean equals(Object o)
           
 String getToken()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StagedEmailThreadKey

public StagedEmailThreadKey(String token)
Method Detail

getToken

public String getToken()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.