Class EntryMetadataImpl
java.lang.Object
org.apache.olingo.odata2.core.ep.entry.EntryMetadataImpl
- All Implemented Interfaces:
EntryMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAssociationUris(String navigationPropertyName) Gets the association URIs for a given navigation property.getEtag()Gets the entity tag for this entry.getId()Gets the ID of this entry.getUri()Gets the URI of this entry.voidputAssociationUri(String navigationPropertyName, String uri) voidvoidvoidtoString()
-
Constructor Details
-
EntryMetadataImpl
public EntryMetadataImpl()
-
-
Method Details
-
getId
Description copied from interface:EntryMetadataGets the ID of this entry.- Specified by:
getIdin interfaceEntryMetadata- Returns:
- the ID
-
setId
-
getEtag
Description copied from interface:EntryMetadataGets the entity tag for this entry.- Specified by:
getEtagin interfaceEntryMetadata- Returns:
- the entity tag
-
setEtag
-
getUri
Description copied from interface:EntryMetadataGets the URI of this entry.- Specified by:
getUriin interfaceEntryMetadata- Returns:
- the URI
-
setUri
-
getAssociationUris
Description copied from interface:EntryMetadataGets the association URIs for a given navigation property.- Specified by:
getAssociationUrisin interfaceEntryMetadata- Parameters:
navigationPropertyName- the name of the navigation property- Returns:
- the list of URIs for the given navigation property
-
putAssociationUri
-
toString
-