org.kuali.rice.krad.bo
Interface PersistableAttachment
- All Known Implementing Classes: 
- AttachmentSample, DocumentAttachment, MultiAttachmentSample, MultiDocumentAttachment, PersistableAttachmentBase
- public interface PersistableAttachment 
This is a description of what this class does - chitra07 don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
getAttachmentContent
byte[] getAttachmentContent()
- 
 
setAttachmentContent
void setAttachmentContent(byte[] attachmentContent)
- 
 
getFileName
String getFileName()
- 
 
setFileName
void setFileName(String fileName)
- 
 
getContentType
String getContentType()
- 
 
setContentType
void setContentType(String contentType)
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.