org.apache.hupa.shared.rpc
Class RawMessage

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

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

See Also:
Serialized Form

Constructor Summary
RawMessage(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

RawMessage

public RawMessage(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.