org.apache.hupa.shared.rpc
Class FetchFoldersResult

java.lang.Object
  extended by org.apache.hupa.shared.rpc.FetchFoldersResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, net.customware.gwt.dispatch.shared.Result

public class FetchFoldersResult
extends Object
implements net.customware.gwt.dispatch.shared.Result, Serializable

See Also:
Serialized Form

Constructor Summary
FetchFoldersResult(List<IMAPFolder> folders)
           
 
Method Summary
 List<IMAPFolder> getFolders()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FetchFoldersResult

public FetchFoldersResult(List<IMAPFolder> folders)
Method Detail

getFolders

public List<IMAPFolder> getFolders()

toString

public String toString()
Overrides:
toString in class Object


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