org.exoplatform.wiki.rendering.cache
Class AttachmentCountData

java.lang.Object
  extended by org.exoplatform.wiki.rendering.cache.AttachmentCountData
All Implemented Interfaces:
Serializable, CacheData<Integer>

public class AttachmentCountData
extends Object
implements CacheData<Integer>

This class stores the number of attachment of a wiki page. Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Oct 22, 2013

See Also:
Serialized Form

Constructor Summary
AttachmentCountData(int count)
           
 
Method Summary
 Integer build()
          Build cache data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentCountData

public AttachmentCountData(int count)
Method Detail

build

public Integer build()
Description copied from interface: CacheData
Build cache data

Specified by:
build in interface CacheData<Integer>
Returns:
T


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