edu.sampleu.travel.bo
Class MultiAttachmentSample

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by edu.sampleu.travel.bo.MultiAttachmentSample
All Implemented Interfaces:
java.io.Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableAttachment, org.kuali.rice.kns.bo.PersistableBusinessObject

public class MultiAttachmentSample
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
implements org.kuali.rice.kns.bo.PersistableAttachment

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
MultiAttachmentSample()
           
 
Method Summary
 byte[] getAttachmentContent()
           
 org.apache.struts.upload.FormFile getAttachmentFile()
           
 java.lang.String getContentType()
           
 java.lang.String getDescription()
           
 java.lang.String getFileName()
           
 java.lang.Long getGenId()
           
 void setAttachmentContent(byte[] attachmentContent)
           
 void setAttachmentFile(org.apache.struts.upload.FormFile attachmentFile)
           
 void setContentType(java.lang.String contentType)
           
 void setDescription(java.lang.String description)
           
 void setFileName(java.lang.String fileName)
           
 void setGenId(java.lang.Long genId)
           
protected  java.util.LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

MultiAttachmentSample

public MultiAttachmentSample()
Method Detail

getGenId

public java.lang.Long getGenId()

setGenId

public void setGenId(java.lang.Long genId)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getFileName

public java.lang.String getFileName()
Specified by:
getFileName in interface org.kuali.rice.kns.bo.PersistableAttachment

setFileName

public void setFileName(java.lang.String fileName)
Specified by:
setFileName in interface org.kuali.rice.kns.bo.PersistableAttachment

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface org.kuali.rice.kns.bo.PersistableAttachment

setContentType

public void setContentType(java.lang.String contentType)
Specified by:
setContentType in interface org.kuali.rice.kns.bo.PersistableAttachment

getAttachmentContent

public byte[] getAttachmentContent()
Specified by:
getAttachmentContent in interface org.kuali.rice.kns.bo.PersistableAttachment

setAttachmentContent

public void setAttachmentContent(byte[] attachmentContent)
Specified by:
setAttachmentContent in interface org.kuali.rice.kns.bo.PersistableAttachment

getAttachmentFile

public org.apache.struts.upload.FormFile getAttachmentFile()

setAttachmentFile

public void setAttachmentFile(org.apache.struts.upload.FormFile attachmentFile)

toStringMapper

protected java.util.LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.