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

All Known Implementing Classes:
ActionTestStep, Campaign, Execution, ExecutionStep, Iteration, Requirement, RequirementVersion, TestCase

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 Squashtest TM, Squashtest.org. All Rights Reserved.