org.apache.hupa.shared.rpc
Class SetFlag
java.lang.Object
org.apache.hupa.shared.rpc.SetFlag
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Action<GenericResult>
public class SetFlag
- extends Object
- implements net.customware.gwt.dispatch.shared.Action<GenericResult>, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetFlag
public SetFlag(IMAPFolder folder,
Message.IMAPFlag flag,
boolean value,
ArrayList<Long> uids)
SetFlag
protected SetFlag()
getFolder
public IMAPFolder getFolder()
getValue
public boolean getValue()
getFlag
public Message.IMAPFlag getFlag()
getUids
public ArrayList<Long> getUids()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.