net.sf.basedb.core
Class ContextKey
java.lang.Object
net.sf.basedb.core.ContextKey
class ContextKey
- extends Object
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
- Session and client overview
- Last modified
- $Date: 2009-04-06 14:52:39 +0200 (Mon, 06 Apr 2009) $
Constructor Summary |
ContextKey(Item item,
String subContext)
Create a new ContextKey object from Item and it's subcontext. |
item
private final Item item
subContext
private final String subContext
ContextKey
public ContextKey(Item item,
String subContext)
- Create a new ContextKey object from
Item
and it's subcontext.
- Parameters:
item
- subContext
-
getItem
public Item getItem()
- Returns:
- The
Item
that belongs to this object.
getSubContext
public String getSubContext()
- Returns:
- A
String
with the subcontext.
equals
public boolean equals(Object o)
- Check if this object is equal to another
ContextKey
object. They are equal if both have the same item and subcontext.
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Calculate the hash code for the object.
- Overrides:
hashCode
in class Object