Class Identifier

java.lang.Object
gov.nasa.pds.tools.validate.Identifier

public class Identifier
extends Object
Class that represents the lidvid of a PDS4 data product.
Author:
mcayanan
  • Constructor Details

    • Identifier

      public Identifier​(String id)
    • Identifier

      public Identifier​(String lid, String version)
  • Method Details

    • getLid

      public String getLid()
    • getVersion

      public String getVersion()
    • hasVersion

      public boolean hasVersion()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals​(Object o)
      Determines where 2 LIDVIDs are equal.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object