gov.nasa.pds.tools.label
Class Identifier

java.lang.Object
  extended by gov.nasa.pds.tools.label.Identifier
All Implemented Interfaces:
Serializable

public class Identifier
extends Object
implements Serializable

Version:
$Revision: 6614 $
Author:
pramirez, jagander
See Also:
Serialized Form

Constructor Summary
Identifier(String identifier)
           
Identifier(String namespace, String localName)
           
 
Method Summary
 boolean equals(Object o)
           
 String getLocalName()
           
 String getNamespace()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Identifier

public Identifier(String namespace,
                  String localName)

Identifier

public Identifier(String identifier)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getLocalName

public String getLocalName()

getNamespace

public String getNamespace()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2005-2011 Planetary Data System. All Rights Reserved.