public class NamespaceNamePair extends Object
Constructor and Description |
---|
NamespaceNamePair(String namespace,
String name)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Returns the name.
|
String |
getNamespace()
Returns the namespace.
|
int |
hashCode() |
String |
toString() |