@MappedSuperclass public class PersistableAttachmentBase extends PersistableBusinessObjectBaseAdapter implements PersistableAttachment
extension, newCollectionRecordobjectId, versionNumber| Constructor and Description |
|---|
PersistableAttachmentBase() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAttachmentContent() |
String |
getContentType() |
String |
getFileName() |
void |
setAttachmentContent(byte[] attachmentContent) |
void |
setContentType(String contentType) |
void |
setFileName(String fileName) |
buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecordgenerateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toStringpublic PersistableAttachmentBase()
public byte[] getAttachmentContent()
getAttachmentContent in interface PersistableAttachmentpublic void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent in interface PersistableAttachmentpublic String getFileName()
getFileName in interface PersistableAttachmentpublic void setFileName(String fileName)
setFileName in interface PersistableAttachmentpublic String getContentType()
getContentType in interface PersistableAttachmentpublic void setContentType(String contentType)
setContentType in interface PersistableAttachmentCopyright © 2005–2016 The Kuali Foundation. All rights reserved.