public interface PersistableAttachment
Modifier and Type | Method and Description |
---|---|
byte[] |
getAttachmentContent() |
String |
getContentType() |
String |
getFileName() |
void |
setAttachmentContent(byte[] attachmentContent) |
void |
setContentType(String contentType) |
void |
setFileName(String fileName) |
byte[] getAttachmentContent()
void setAttachmentContent(byte[] attachmentContent)
String getFileName()
void setFileName(String fileName)
String getContentType()
void setContentType(String contentType)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.