net.geant.edugain.attributes.namemappers
Class NamespacedAttribute
java.lang.Object
net.geant.edugain.attributes.namemappers.NamespacedAttribute
class NamespacedAttribute
- extends java.lang.Object
Store namespaced attribute name. Comparison of namespaced attributes is
done by case insensitive comparison of name and namespace.
- Author:
- Adam Lantos
|
Constructor Summary |
NamespacedAttribute(java.lang.String attributeName,
java.lang.String attributeNamespace)
Creates new NameSpacedAttribute instance. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
attributeName
public final java.lang.String attributeName
attributeNamespace
public final java.lang.String attributeNamespace
NamespacedAttribute
public NamespacedAttribute(java.lang.String attributeName,
java.lang.String attributeNamespace)
- Creates new NameSpacedAttribute instance.
- Parameters:
attributeName - attributeNamespace -
equals
public boolean equals(java.lang.Object obj)
- Compare this NameSpacedAttribute instance to another.
- Overrides:
equals in class java.lang.Object
- Parameters:
obj -
- Returns:
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getAttributeName
public java.lang.String getAttributeName()
getAttributeNamespace
public java.lang.String getAttributeNamespace()