org.apache.olingo.odata2.api.ep.callback
Class WriteEntryCallbackResult

java.lang.Object
  extended by org.apache.olingo.odata2.api.ep.callback.WriteEntryCallbackResult

public class WriteEntryCallbackResult
extends Object

Result of a callback. It contains the data of the entry which is to be expanded as well as the properties of this entry.


Constructor Summary
WriteEntryCallbackResult()
           
 
Method Summary
 Map<String,Object> getEntryData()
           
 EntityProviderWriteProperties getInlineProperties()
           
 void setEntryData(Map<String,Object> data)
           
 void setInlineProperties(EntityProviderWriteProperties inlineProperties)
          Sets the inline properties for this entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteEntryCallbackResult

public WriteEntryCallbackResult()
Method Detail

getInlineProperties

public EntityProviderWriteProperties getInlineProperties()
Returns:
the inline properties

setInlineProperties

public void setInlineProperties(EntityProviderWriteProperties inlineProperties)
Sets the inline properties for this entry

Parameters:
inlineProperties -

getEntryData

public Map<String,Object> getEntryData()
Returns:
the data for the entry as a map

setEntryData

public void setEntryData(Map<String,Object> data)
Parameters:
data - for the entry as a map


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.