org.apache.hupa.shared.rpc
Class MoveMessage
java.lang.Object
org.apache.hupa.shared.rpc.MoveMessage
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Action<MoveMessageResult>
public class MoveMessage
- extends Object
- implements net.customware.gwt.dispatch.shared.Action<MoveMessageResult>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MoveMessage
public MoveMessage(IMAPFolder oldFolder,
IMAPFolder newFolder,
long messageUid)
MoveMessage
protected MoveMessage()
getMessageUid
public long getMessageUid()
getOldFolder
public IMAPFolder getOldFolder()
getNewFolder
public IMAPFolder getNewFolder()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.