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
Modifier and Type Method Description boolean
equals(Object o)
Determines where 2 LIDVIDs are equal.String
getLid()
String
getVersion()
int
hashCode()
boolean
hasVersion()
String
toString()
-
Constructor Details
-
Identifier
-
Identifier
-
-
Method Details