java.lang.Object
org.gcube.informationsystem.client.discovery.Entry

public class Entry extends Object
An entry in the discovery system, identified by a group, a name and an optional entry name.
Author:
Luca Frosini (ISTI-CNR)
  • Constructor Details

    • Entry

      public Entry(String group, String name, String entryName)
      Creates a new Entry.
      Parameters:
      group - the group
      name - the name
      entryName - the optional entry name
  • Method Details

    • getGroup

      public String getGroup()
      Gets the group.
      Returns:
      the group
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getEntryName

      public String getEntryName()
      Gets the entry name.
      Returns:
      the entry name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object