org.squashtest.csp.tm.domain.attachment
Interface AttachmentHolder

All Known Subinterfaces:
Folder<NODE>, Library<NODE>, LibraryNode
All Known Implementing Classes:
ActionTestStep, Campaign, CampaignFolder, CampaignLibrary, CampaignLibraryNode, Execution, ExecutionStep, GenericLibrary, GenericLibraryNode, GenericProject, Iteration, Project, ProjectTemplate, Requirement, RequirementFolder, RequirementLibrary, RequirementLibraryNode, RequirementVersion, Resource, SimpleResource, TestCase, TestCaseFolder, TestCaseLibrary, TestCaseLibraryNode

public interface AttachmentHolder

Interface for objects which can hold attachments.


Method Summary
 AttachmentList getAttachmentList()
          Should return the container for this object's attachments.
 

Method Detail

getAttachmentList

AttachmentList getAttachmentList()
Should return the container for this object's attachments. Should never return null.

Returns:
the AttachmentList of this object.


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