@MappedSuperclass public class PersistableAttachmentBase extends PersistableBusinessObjectBaseAdapter implements PersistableAttachment
extension, newCollectionRecord
objectId, 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, setNewCollectionRecord
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
public PersistableAttachmentBase()
public byte[] getAttachmentContent()
getAttachmentContent
in interface PersistableAttachment
public void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent
in interface PersistableAttachment
public String getFileName()
getFileName
in interface PersistableAttachment
public void setFileName(String fileName)
setFileName
in interface PersistableAttachment
public String getContentType()
getContentType
in interface PersistableAttachment
public void setContentType(String contentType)
setContentType
in interface PersistableAttachment
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.