Package gov.nasa.pds.tools.validate
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 Summary
Constructors Constructor Description Identifier(String id)Identifier(String lid, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Determines where 2 LIDVIDs are equal.StringgetLid()StringgetVersion()inthashCode()booleanhasVersion()StringtoString()
-