org.squashtest.csp.tm.domain.library
Interface Folder<NODE extends LibraryNode>

Type Parameters:
NODE - Type of nodes
All Superinterfaces:
AttachmentHolder, Copiable, org.squashtest.csp.core.domain.Identified, LibraryNode, NodeContainer<NODE>, ProjectResource<Project>, TreeNode
All Known Implementing Classes:
CampaignFolder, RequirementFolder, TestCaseFolder

public interface Folder<NODE extends LibraryNode>
extends LibraryNode, NodeContainer<NODE>

Interface of a Library folder.

Author:
bsiri, Gregory Fouquet

Method Summary
 
Methods inherited from interface org.squashtest.csp.tm.domain.library.LibraryNode
getDescription, getName, setDescription, setName
 
Methods inherited from interface org.squashtest.csp.tm.domain.library.Copiable
createCopy
 
Methods inherited from interface org.squashtest.csp.tm.domain.project.ProjectResource
getLibrary, getProject, notifyAssociatedWithProject
 
Methods inherited from interface org.squashtest.csp.tm.domain.attachment.AttachmentHolder
getAttachmentList
 
Methods inherited from interface org.squashtest.csp.tm.domain.library.TreeNode
accept
 
Methods inherited from interface org.squashtest.csp.tm.domain.library.NodeContainer
addContent, getContent, getContentNames, hasContent, isContentNameAvailable, removeContent
 
Methods inherited from interface org.squashtest.csp.core.domain.Identified
getId
 



Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.