org.kuali.rice.krad.bo
Interface PersistableAttachmentList<T extends PersistableAttachment>

All Known Implementing Classes:
AttachmentSample

public interface PersistableAttachmentList<T extends PersistableAttachment>


Method Summary
 List<T> getAttachments()
           
 void setAttachments(List<T> attachments)
           
 

Method Detail

getAttachments

List<T> getAttachments()

setAttachments

void setAttachments(List<T> attachments)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.