public class SubAwardForms extends KraPersistableBusinessObjectBase implements org.kuali.rice.krad.bo.PersistableAttachment
UPDATE_USER_LENGTH| Constructor and Description |
|---|
SubAwardForms()
Constructs a SubAwardForms.java.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAttachmentContent()
.
|
String |
getContentType()
.
|
String |
getDescription()
.
|
String |
getFileName()
.
|
String |
getFormId()
.
|
org.apache.struts.upload.FormFile |
getTemplateFile()
.
|
void |
setAttachmentContent(byte[] attachmentContent)
.
|
void |
setContentType(String contentType)
.
|
void |
setDescription(String description)
.
|
void |
setFileName(String fileName)
.
|
void |
setFormId(String formId)
.
|
void |
setTemplateFile(org.apache.struts.upload.FormFile templateFile)
.
|
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic String getFormId()
public void setFormId(String formId)
formId - The formId to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public byte[] getAttachmentContent()
getAttachmentContent in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent in interface org.kuali.rice.krad.bo.PersistableAttachmentattachmentContent - The attachmentContent to set.public String getFileName()
getFileName in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setFileName(String fileName)
setFileName in interface org.kuali.rice.krad.bo.PersistableAttachmentfileName - The fileName to set.public String getContentType()
getContentType in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setContentType(String contentType)
setContentType in interface org.kuali.rice.krad.bo.PersistableAttachmentcontentType - The contentType to set.public org.apache.struts.upload.FormFile getTemplateFile()
public void setTemplateFile(org.apache.struts.upload.FormFile templateFile)
templateFile - The templateFile to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.