org.apache.hupa.shared.rpc
Class GetMessageDetails

java.lang.Object
  extended by org.apache.hupa.shared.rpc.GetMessageDetails
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Action<GetMessageDetailsResult>

public class GetMessageDetails
extends Object
implements net.customware.gwt.dispatch.shared.Action<GetMessageDetailsResult>, Serializable

See Also:
Serialized Form

Constructor Summary
GetMessageDetails(IMAPFolder folder, long uid)
           
 
Method Summary
 boolean equals(Object obj)
           
 IMAPFolder getFolder()
           
 long getUid()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMessageDetails

public GetMessageDetails(IMAPFolder folder,
                         long uid)
Method Detail

getFolder

public IMAPFolder getFolder()

getUid

public long getUid()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.