org.odata4j.producer.command
Interface ProducerCommandContext<TResult>

All Superinterfaces:
CommandContext
All Known Subinterfaces:
CallFunctionCommandContext, CloseCommandContext, CreateEntityAtPropertyCommandContext, CreateEntityCommandContext, CreateLinkCommandContext, DeleteEntityCommandContext, DeleteLinkCommandContext, GetEntitiesCommandContext, GetEntitiesCountCommandContext, GetEntityCommandContext, GetLinksCommandContext, GetMetadataCommandContext, GetMetadataProducerCommandContext, GetNavPropertyCommandContext, GetNavPropertyCountCommandContext, MergeEntityCommandContext, UpdateEntityCommandContext, UpdateLinkCommandContext

public interface ProducerCommandContext<TResult>
extends CommandContext


Method Summary
 TResult getResult()
           
 void setResult(TResult result)
           
 

Method Detail

getResult

TResult getResult()

setResult

void setResult(TResult result)


http://odata4j.org