org.odata4j.producer.command
Interface GetEntityCommandContext

All Superinterfaces:
CommandContext, ProducerCommandContext<EntityResponse>

public interface GetEntityCommandContext
extends ProducerCommandContext<EntityResponse>


Method Summary
 OEntityKey getEntityKey()
           
 String getEntitySetName()
           
 EntityQueryInfo getQueryInfo()
           
 
Methods inherited from interface org.odata4j.producer.command.ProducerCommandContext
getResult, setResult
 

Method Detail

getEntityKey

OEntityKey getEntityKey()

getEntitySetName

String getEntitySetName()

getQueryInfo

EntityQueryInfo getQueryInfo()


http://odata4j.org