net.sf.basedb.util.extensions
Class Registry.AttributeKey
java.lang.Object
net.sf.basedb.util.extensions.Registry.AttributeKey
- Enclosing class:
- Registry
static class Registry.AttributeKey
- extends Object
Identifies attribute. The key is:
id of extension + name of attribute
- Version:
- 2.7
- Author:
- nicklas
- Last modified
- $Date: 2010-11-15 09:13:51 +0100 (Mon, 15 Nov 2010) $
id
private final String id
name
private final String name
Registry.AttributeKey
Registry.AttributeKey(String id,
String name)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object