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, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public MultiAttachmentSample()
public String getDescription()
public void setDescription(String description)
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
public byte[] getAttachmentContent()
getAttachmentContent
in interface PersistableAttachment
public void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent
in interface PersistableAttachment
public org.apache.struts.upload.FormFile getAttachmentFile()
public void setAttachmentFile(org.apache.struts.upload.FormFile attachmentFile)
protected LinkedHashMap toStringMapper()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.