Class SynonymsKey


  • public final class SynonymsKey
    extends Object
    Identifies a Synonyms list.
    Since:
    6.0.0
    • Method Detail

      • getModuleName

        public String getModuleName()
      • getModel

        public String getModel()
        Returns the name of the data model to which the synonyms list belongs, or null if the list does not belong to a specific model.
      • format

        public String format()
        Returns a persistent identifier for this service key.

        The strategy key can be re-obtained by parsing this persistent identifier using the method parse(String).

      • getName

        public String getName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object