org.neociclo.odetteftp.util
Class AttributeKey
java.lang.Object
org.neociclo.odetteftp.util.AttributeKey
- All Implemented Interfaces:
- Serializable
public final class AttributeKey
- extends Object
- implements Serializable
A key that makes its parent Map
or session attribute to search
fast while being debug-friendly by providing the string representation.
- Author:
- Apache MINA Project
- See Also:
- Serialized Form
Method Summary |
String |
toString()
The String representation of tis objection is its constructed name. |
AttributeKey
public AttributeKey(Class<?> source,
String name)
- Creates a new instance. It's built from :
- the class' name
- the attribute's name
- this attribute hashCode
toString
public String toString()
- The String representation of tis objection is its constructed name.
- Overrides:
toString
in class Object
ACCORD