Package gov.nasa.pds.tools.label
Class Identifier
- java.lang.Object
-
- gov.nasa.pds.tools.label.Identifier
-
- All Implemented Interfaces:
Serializable
public class Identifier extends Object implements Serializable
- Version:
- $Revision$
- Author:
- pramirez, jagander
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Identifier(String identifier)
Identifier(String namespace, String localName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLocalName()
String
getNamespace()
int
hashCode()
String
toString()
-