edu.sampleu.travel.bo
Class AttachmentSample
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
edu.sampleu.travel.bo.AttachmentSample
- 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 AttachmentSample
- extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase
- implements org.kuali.rice.kns.bo.PersistableAttachment
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
extension, versionNumber |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, 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 |
AttachmentSample
public AttachmentSample()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
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)
getMultiAttachment
public java.util.List<MultiAttachmentSample> getMultiAttachment()
setMultiAttachment
public void setMultiAttachment(java.util.List<MultiAttachmentSample> multiAttachment)
toStringMapper
protected java.util.LinkedHashMap toStringMapper()
- Specified by:
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
buildListOfDeletionAwareLists
public java.util.List buildListOfDeletionAwareLists()
- Specified by:
buildListOfDeletionAwareLists
in interface org.kuali.rice.kns.bo.PersistableBusinessObject
- Overrides:
buildListOfDeletionAwareLists
in class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.