arta.synergy.web.common.client.data.docs
Class DocItemChilds

java.lang.Object
  extended by arta.synergy.web.common.client.data.docs.DocItemChilds
All Implemented Interfaces:
java.io.Serializable

public class DocItemChilds
extends java.lang.Object
implements java.io.Serializable

Created by IntelliJ IDEA. User: artur Date: 28.03.14 Time: 12:22 Класс содержащий структуру вкладки Избранное в документах хранилища

See Also:
Serialized Form

Constructor Summary
DocItemChilds()
           
 
Method Summary
 java.util.List<DocumentItem> getChildList()
           
 DocumentItem getParentItem()
           
 void setChildList(java.util.List<DocumentItem> childList)
           
 void setParentItem(DocumentItem parentItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocItemChilds

public DocItemChilds()
Method Detail

setParentItem

public void setParentItem(DocumentItem parentItem)

setChildList

public void setChildList(java.util.List<DocumentItem> childList)

getParentItem

public DocumentItem getParentItem()

getChildList

public java.util.List<DocumentItem> getChildList()


Copyright © 2000 Dummy Corp. All Rights Reserved.