public class MultiAttachmentSample extends PersistableBusinessObjectBase implements PersistableAttachment
extension, newCollectionRecord, objectId, versionNumber| Constructor and Description |
|---|
MultiAttachmentSample() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAttachmentContent() |
org.apache.struts.upload.FormFile |
getAttachmentFile() |
String |
getContentType() |
String |
getDescription() |
String |
getFileName() |
Long |
getGenId() |
String |
getId() |
void |
setAttachmentContent(byte[] attachmentContent) |
void |
setAttachmentFile(org.apache.struts.upload.FormFile attachmentFile) |
void |
setContentType(String contentType) |
void |
setDescription(String description) |
void |
setFileName(String fileName) |
void |
setGenId(Long genId) |
void |
setId(String id) |
protected LinkedHashMap |
toStringMapper() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, 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 MultiAttachmentSample()
public String getDescription()
public void setDescription(String description)
public 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 PersistableAttachmentpublic byte[] getAttachmentContent()
getAttachmentContent in interface PersistableAttachmentpublic void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent in interface PersistableAttachmentpublic org.apache.struts.upload.FormFile getAttachmentFile()
public void setAttachmentFile(org.apache.struts.upload.FormFile attachmentFile)
protected LinkedHashMap toStringMapper()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.