org.opencrx.application.airsync.backend.cci
Class GetChangedDataItemsResult

java.lang.Object
  extended by org.opencrx.application.airsync.backend.cci.GetChangedDataItemsResult

public class GetChangedDataItemsResult
extends Object


Constructor Summary
GetChangedDataItemsResult(Map<String,List<SyncDataItem>> dataItems, boolean hasMore, String syncKey)
           
 
Method Summary
 Map<String,List<SyncDataItem>> getDataItems()
           
 String getSyncKey()
           
 boolean hasMore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetChangedDataItemsResult

public GetChangedDataItemsResult(Map<String,List<SyncDataItem>> dataItems,
                                 boolean hasMore,
                                 String syncKey)
Method Detail

getDataItems

public Map<String,List<SyncDataItem>> getDataItems()

hasMore

public boolean hasMore()

getSyncKey

public String getSyncKey()


This software is published under the BSD license. Copyright © 2003-2013, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.