org.exoplatform.forum.common.cache.model
Class AbstractListData<T>

java.lang.Object
  extended by org.exoplatform.forum.common.cache.model.AbstractListData<T>
All Implemented Interfaces:
Serializable

public class AbstractListData<T>
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AbstractListData(List<T> ids)
           
 
Method Summary
 List<T> getIds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractListData

public AbstractListData(List<T> ids)
Method Detail

getIds

public List<T> getIds()


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