org.apache.shindig.protocol
Class DataCollection

java.lang.Object
  extended by org.apache.shindig.protocol.DataCollection

public class DataCollection
extends Object

Wrapper class used for data responses.


Constructor Summary
DataCollection(Map<String,Map<String,String>> entry)
           
 
Method Summary
 Map<String,Map<String,String>> getEntry()
           
 void setEntry(Map<String,Map<String,String>> entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCollection

public DataCollection(Map<String,Map<String,String>> entry)
Method Detail

getEntry

public Map<String,Map<String,String>> getEntry()

setEntry

public void setEntry(Map<String,Map<String,String>> entry)


Copyright © 2007-2012. All Rights Reserved.