Class EntryMetadataImpl

java.lang.Object
org.apache.olingo.odata2.core.ep.entry.EntryMetadataImpl
All Implemented Interfaces:
EntryMetadata

public class EntryMetadataImpl extends Object implements EntryMetadata
  • Constructor Details

    • EntryMetadataImpl

      public EntryMetadataImpl()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: EntryMetadata
      Gets the ID of this entry.
      Specified by:
      getId in interface EntryMetadata
      Returns:
      the ID
    • setId

      public void setId(String id)
    • getEtag

      public String getEtag()
      Description copied from interface: EntryMetadata
      Gets the entity tag for this entry.
      Specified by:
      getEtag in interface EntryMetadata
      Returns:
      the entity tag
    • setEtag

      public void setEtag(String etag)
    • getUri

      public String getUri()
      Description copied from interface: EntryMetadata
      Gets the URI of this entry.
      Specified by:
      getUri in interface EntryMetadata
      Returns:
      the URI
    • setUri

      public void setUri(String uri)
    • getAssociationUris

      public List<String> getAssociationUris(String navigationPropertyName)
      Description copied from interface: EntryMetadata
      Gets the association URIs for a given navigation property.
      Specified by:
      getAssociationUris in interface EntryMetadata
      Parameters:
      navigationPropertyName - the name of the navigation property
      Returns:
      the list of URIs for the given navigation property
    • putAssociationUri

      public void putAssociationUri(String navigationPropertyName, String uri)
    • toString

      public String toString()
      Overrides:
      toString in class Object