org.exoplatform.forum.bbcode.core.cache.key
Class BBCodeKey

java.lang.Object
  extended by org.exoplatform.forum.common.cache.model.ScopeCacheKey
      extended by org.exoplatform.forum.bbcode.core.cache.key.BBCodeKey
All Implemented Interfaces:
Serializable

public class BBCodeKey
extends org.exoplatform.forum.common.cache.model.ScopeCacheKey

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.exoplatform.forum.common.cache.model.ScopeCacheKey
NULL
 
Constructor Summary
BBCodeKey(BBCode bbCode)
           
BBCodeKey(String bbCodeId)
           
 
Method Summary
 boolean equals(Object o)
           
 String getBbCodeId()
           
 int hashCode()
           
 
Methods inherited from class org.exoplatform.forum.common.cache.model.ScopeCacheKey
getCurrentRepositoryName, getScope
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBCodeKey

public BBCodeKey(String bbCodeId)

BBCodeKey

public BBCodeKey(BBCode bbCode)
Method Detail

getBbCodeId

public String getBbCodeId()

equals

public boolean equals(Object o)
Overrides:
equals in class org.exoplatform.forum.common.cache.model.ScopeCacheKey

hashCode

public int hashCode()
Overrides:
hashCode in class org.exoplatform.forum.common.cache.model.ScopeCacheKey


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.