org.kuali.ole.docstore.model.repopojo
Class FolderNode

java.lang.Object
  extended by org.kuali.ole.docstore.model.repopojo.DocStoreNode
      extended by org.kuali.ole.docstore.model.repopojo.FolderNode

public class FolderNode
extends DocStoreNode

Class for representing folder nodes in docstore User: Pranitha Date: 2/28/12 Time: 1:25 PM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class org.kuali.ole.docstore.model.repopojo.DocStoreNode
CONTENT, CREATED, CREATED_BY, FILE_NODE_COUNT, MIME_TYPE, MIXIN_TYPES, NODE_TYPE, PRIMARY_TYPE, UUID
 
Constructor Summary
FolderNode()
           
 
Method Summary
 List<DocStoreNode> getChildren()
           
 void setChildren(List<DocStoreNode> children)
           
 
Methods inherited from class org.kuali.ole.docstore.model.repopojo.DocStoreNode
getName, getPath, getProperty, getPropertyMap, setName, setPath, setProperty, setPropertyMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FolderNode

public FolderNode()
Method Detail

getChildren

public List<DocStoreNode> getChildren()

setChildren

public void setChildren(List<DocStoreNode> children)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.