org.alfresco.repo.domain.node.ibatis
Class NodeBatchLoadEntity

java.lang.Object
  extended by org.alfresco.repo.domain.node.ibatis.NodeBatchLoadEntity

public class NodeBatchLoadEntity
extends java.lang.Object

Bean to convey carry query information of node batch loading.

Since:
3.4

Constructor Summary
NodeBatchLoadEntity()
           
 
Method Summary
 java.util.List getIds()
           
 java.lang.Long getStoreId()
           
 java.util.List getUuids()
           
 void setIds(java.util.List ids)
           
 void setStoreId(java.lang.Long storeId)
           
 void setUuids(java.util.List uuids)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeBatchLoadEntity

public NodeBatchLoadEntity()
Method Detail

getStoreId

public java.lang.Long getStoreId()

setStoreId

public void setStoreId(java.lang.Long storeId)

getUuids

public java.util.List getUuids()

setUuids

public void setUuids(java.util.List uuids)

getIds

public java.util.List getIds()

setIds

public void setIds(java.util.List ids)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.