org.odata4j.core
Interface OEntityId

All Known Subinterfaces:
OEntity

public interface OEntityId

The identity of a single OData entity, consisting of an entity-set name and a unique entity-key within that set.

The OEntityIds static factory class can be used to create OEntityId instances.

See Also:
OEntityIds, OEntityKey

Method Summary
 OEntityKey getEntityKey()
          Gets the entity-key for this instance.
 String getEntitySetName()
          Gets the entity-set name for this instance.
 

Method Detail

getEntityKey

OEntityKey getEntityKey()
Gets the entity-key for this instance.

Returns:
the entity-key

getEntitySetName

String getEntitySetName()
Gets the entity-set name for this instance.

Returns:
the entity-set name


http://odata4j.org