public class PersonBiosketch extends KraPersistableBusinessObjectBase implements org.kuali.rice.krad.bo.PersistableAttachment
UPDATE_USER_LENGTH| Constructor and Description |
|---|
PersonBiosketch() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAttachmentContent() |
org.apache.struts.upload.FormFile |
getAttachmentFile() |
String |
getContentType() |
String |
getDescription() |
String |
getFileName() |
Long |
getPersonBiosketchId() |
String |
getPersonId() |
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 |
setPersonBiosketchId(Long personBiosketchId) |
void |
setPersonId(String personId) |
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 Long getPersonBiosketchId()
public void setPersonBiosketchId(Long personBiosketchId)
public String getPersonId()
public void setPersonId(String personId)
public String getDescription()
public void setDescription(String description)
public String getFileName()
getFileName in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setFileName(String fileName)
setFileName in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic String getContentType()
getContentType in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setContentType(String contentType)
setContentType in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic byte[] getAttachmentContent()
getAttachmentContent in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent in interface org.kuali.rice.krad.bo.PersistableAttachmentpublic org.apache.struts.upload.FormFile getAttachmentFile()
public void setAttachmentFile(org.apache.struts.upload.FormFile attachmentFile)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.