|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.bo.PersistableAttachmentBase
public class PersistableAttachmentBase
This is a description of what this class does - chitra07 don't forget to fill this in.
| Field Summary | |
|---|---|
private byte[] |
attachmentContent
|
private String |
contentType
|
private String |
fileName
|
| 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.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 |
| Field Detail |
|---|
private byte[] attachmentContent
private String fileName
private String contentType
| Constructor Detail |
|---|
public PersistableAttachmentBase()
| Method Detail |
|---|
public byte[] getAttachmentContent()
getAttachmentContent in interface PersistableAttachmentPersistableAttachment.getAttachmentContent()public void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent in interface PersistableAttachmentPersistableAttachment.setAttachmentContent(byte[])public String getFileName()
getFileName in interface PersistableAttachmentPersistableAttachment.getFileName()public void setFileName(String fileName)
setFileName in interface PersistableAttachmentPersistableAttachment.setFileName(java.lang.String)public String getContentType()
getContentType in interface PersistableAttachmentPersistableAttachment.getContentType()public void setContentType(String contentType)
setContentType in interface PersistableAttachmentPersistableAttachment.setContentType(java.lang.String)protected LinkedHashMap toStringMapper()
toStringMapper in class BusinessObjectBaseBusinessObjectBase.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||