Class ContextKey

java.lang.Object
net.sf.basedb.core.ContextKey

class ContextKey
extends Object
Version:
2.0
Author:
Nicklas
See Also:
Developer documentation: Client, session and settings
Last modified
$Date: 2015-05-12 11:27:08 +0200 (ti, 12 maj 2015) $
  • Field Details

    • item

      private final Item item
    • subContext

      private final String subContext
  • Constructor Details

    • ContextKey

      public ContextKey​(Item item, String subContext)
      Create a new ContextKey object from Item and it's subcontext.
  • Method Details

    • 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