org.exoplatform.forum.bbcode.core.cache.data
Class BBCodeCacheData

java.lang.Object
  extended by org.exoplatform.forum.bbcode.core.cache.data.BBCodeCacheData
All Implemented Interfaces:
Serializable, org.exoplatform.forum.common.cache.model.CachedData<BBCode>

public class BBCodeCacheData
extends Object
implements org.exoplatform.forum.common.cache.model.CachedData<BBCode>

See Also:
Serialized Form

Field Summary
static BBCodeCacheData NULL
           
 
Constructor Summary
BBCodeCacheData(BBCode bbCode)
           
 
Method Summary
 BBCode build()
           
 String getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final BBCodeCacheData NULL
Constructor Detail

BBCodeCacheData

public BBCodeCacheData(BBCode bbCode)
Method Detail

build

public BBCode build()
Specified by:
build in interface org.exoplatform.forum.common.cache.model.CachedData<BBCode>

getId

public String getId()


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