Class MetadataVocabResponseMap

java.lang.Object
org.dlese.dpc.vocab.MetadataVocabResponseMap
All Implemented Interfaces:
Serializable

public class MetadataVocabResponseMap extends Object implements Serializable
Stores a list of metadata values that come from a services/indexer response, for reproducing with OPML-defined order/groupings/labels
Author:
Ryan Deardorff
See Also:
  • Field Details

    • audience

      public String audience
    • metaFormat

      public String metaFormat
    • metaVersion

      public String metaVersion
    • language

      public String language
    • field

      public String field
    • map

      protected HashMap map
  • Constructor Details

    • MetadataVocabResponseMap

      public MetadataVocabResponseMap(String metaFormat, String metaVersion, String audience, String language, String field)
      Audience is a user group, i.e. "default", "community", or "cataloger"
      Parameters:
      metaFormat -
      metaVersion -
      audience - The new audience value
      language -
      field -
  • Method Details

    • setValue

      public void setValue(String value)
      Indicates a particular value in a list of response values
      Parameters:
      value - The new value value
    • hasValue

      public boolean hasValue(String value)
      Has the specified value been cached in the response?
      Parameters:
      value -
      Returns: