@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, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public PersistableAttachmentBase()
public byte[] getAttachmentContent()
getAttachmentContent
in interface PersistableAttachment
PersistableAttachment.getAttachmentContent()
public void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent
in interface PersistableAttachment
PersistableAttachment.setAttachmentContent(byte[])
public String getFileName()
getFileName
in interface PersistableAttachment
PersistableAttachment.getFileName()
public void setFileName(String fileName)
setFileName
in interface PersistableAttachment
PersistableAttachment.setFileName(java.lang.String)
public String getContentType()
getContentType
in interface PersistableAttachment
PersistableAttachment.getContentType()
public void setContentType(String contentType)
setContentType
in interface PersistableAttachment
PersistableAttachment.setContentType(java.lang.String)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.