org.kuali.rice.kns.bo
Class PersistableAttachmentBase

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.bo.PersistableAttachmentBase
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BusinessObject, PersistableAttachment, PersistableBusinessObject
Direct Known Subclasses:
DocumentAttachment

public class PersistableAttachmentBase
extends PersistableBusinessObjectBase
implements PersistableAttachment

This is a description of what this class does - chitra07 don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PersistableAttachmentBase()
           
 
Method Summary
 byte[] getAttachmentContent()
          This overridden method ...
 String getContentType()
          This overridden method ...
 String getFileName()
          This overridden method ...
 void setAttachmentContent(byte[] attachmentContent)
          This overridden method ...
 void setContentType(String contentType)
          This overridden method ...
 void setFileName(String fileName)
          This overridden method ...
protected  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

PersistableAttachmentBase

public PersistableAttachmentBase()
Method Detail

getAttachmentContent

public byte[] getAttachmentContent()
This overridden method ...

Specified by:
getAttachmentContent in interface PersistableAttachment
See Also:
PersistableAttachment.getAttachmentContent()

setAttachmentContent

public void setAttachmentContent(byte[] attachmentContent)
This overridden method ...

Specified by:
setAttachmentContent in interface PersistableAttachment
See Also:
PersistableAttachment.setAttachmentContent(byte[])

getFileName

public String getFileName()
This overridden method ...

Specified by:
getFileName in interface PersistableAttachment
See Also:
PersistableAttachment.getFileName()

setFileName

public void setFileName(String fileName)
This overridden method ...

Specified by:
setFileName in interface PersistableAttachment
See Also:
PersistableAttachment.setFileName(java.lang.String)

getContentType

public String getContentType()
This overridden method ...

Specified by:
getContentType in interface PersistableAttachment
See Also:
PersistableAttachment.getContentType()

setContentType

public void setContentType(String contentType)
This overridden method ...

Specified by:
setContentType in interface PersistableAttachment
See Also:
PersistableAttachment.setContentType(java.lang.String)

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class BusinessObjectBase
Returns:
Map containing the fieldValues of the key fields for this class, indexed by fieldName
See Also:
BusinessObjectBase.toStringMapper()


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