Package gov.nasa.pds.tools.util
Class ContextProductReference
java.lang.Object
gov.nasa.pds.tools.util.ContextProductReference
public class ContextProductReference extends Object
Class that represents the lidvid of a PDS4 data product.
- Author:
- mcayanan
-
Constructor Summary
Constructors Constructor Description ContextProductReference(String lid)
ContextProductReference(String lid, String version, List<String> types, List<String> names)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
Determines where 2 LIDVIDs are equal.String
getLid()
List<String>
getNames()
List<String>
getTypes()
String
getVersion()
boolean
hasVersion()
void
setLid(String lid)
void
setName(List<String> names)
void
setTypes(List<String> types)
void
setVersion(String version)
String
toString()
-
Constructor Details
-
ContextProductReference
-
ContextProductReference
-
-
Method Details