2.17.2: 2011-06-17

net.sf.basedb.util.extensions
Class Registry.AttributeKey

java.lang.Object
  extended by 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) $

Field Summary
private  String id
           
private  String name
           
 
Constructor Summary
Registry.AttributeKey(String id, String name)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private final String id

name

private final String name
Constructor Detail

Registry.AttributeKey

Registry.AttributeKey(String id,
                      String name)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

2.17.2: 2011-06-17