@MappedSuperclass public class PersistableAttachmentBase extends PersistableBusinessObjectBase implements PersistableAttachment
extension, versionNumber| Constructor and Description |
|---|
PersistableAttachmentBase() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAttachmentContent()
This overridden method ...
|
String |
getContentType()
This overridden method ...
|
String |
getFileName()
This overridden method ...
|
void |
setAttachmentContent(byte[] attachmentContent)
This overridden method ...
|
void |
setContentType(String contentType)
This overridden method ...
|
void |
setFileName(String fileName)
This overridden method ...
|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic PersistableAttachmentBase()
public byte[] getAttachmentContent()
getAttachmentContent in interface PersistableAttachmentPersistableAttachment.getAttachmentContent()public void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent in interface PersistableAttachmentPersistableAttachment.setAttachmentContent(byte[])public String getFileName()
getFileName in interface PersistableAttachmentPersistableAttachment.getFileName()public void setFileName(String fileName)
setFileName in interface PersistableAttachmentPersistableAttachment.setFileName(java.lang.String)public String getContentType()
getContentType in interface PersistableAttachmentPersistableAttachment.getContentType()public void setContentType(String contentType)
setContentType in interface PersistableAttachmentPersistableAttachment.setContentType(java.lang.String)Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.