org.apache.hupa.shared.rpc
Class SetFlag

java.lang.Object
  extended by 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

Constructor Summary
protected SetFlag()
           
  SetFlag(IMAPFolder folder, Message.IMAPFlag flag, boolean value, ArrayList<Long> uids)
           
 
Method Summary
 Message.IMAPFlag getFlag()
           
 IMAPFolder getFolder()
           
 ArrayList<Long> getUids()
           
 boolean getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetFlag

public SetFlag(IMAPFolder folder,
               Message.IMAPFlag flag,
               boolean value,
               ArrayList<Long> uids)

SetFlag

protected SetFlag()
Method Detail

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.