org.kuali.rice.kns.bo
Interface PersistableAttachment
- All Known Implementing Classes:
- AttachmentSample, DocumentAttachment, MultiAttachmentSample, 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 © 2004-2011 The Kuali Foundation. All Rights Reserved.