edu.sampleu.travel.bo
Class MultiAttachmentSample

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

public class MultiAttachmentSample
extends PersistableBusinessObjectBase
implements PersistableAttachment

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, newCollectionRecord, objectId, versionNumber
 
Constructor Summary
MultiAttachmentSample()
           
 
Method Summary
 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()
           
 
Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

MultiAttachmentSample

public MultiAttachmentSample()
Method Detail

getGenId

public Long getGenId()

setGenId

public void setGenId(Long genId)

getId

public String getId()

setId

public void setId(String id)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getFileName

public String getFileName()
Specified by:
getFileName in interface PersistableAttachment

setFileName

public void setFileName(String fileName)
Specified by:
setFileName in interface PersistableAttachment

getContentType

public String getContentType()
Specified by:
getContentType in interface PersistableAttachment

setContentType

public void setContentType(String contentType)
Specified by:
setContentType in interface PersistableAttachment

getAttachmentContent

public byte[] getAttachmentContent()
Specified by:
getAttachmentContent in interface PersistableAttachment

setAttachmentContent

public void setAttachmentContent(byte[] attachmentContent)
Specified by:
setAttachmentContent in interface PersistableAttachment

getAttachmentFile

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

setAttachmentFile

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

toStringMapper

protected LinkedHashMap toStringMapper()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.