Class Identifier


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

      • Identifier

        public Identifier​(String id)
      • Identifier

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

      • getLid

        public String getLid()
      • getVersion

        public String getVersion()
      • hasVersion

        public boolean hasVersion()
      • 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