|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 |
---|
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 |
Constructor Detail |
---|
public PersistableAttachmentBase()
Method Detail |
---|
public byte[] getAttachmentContent()
getAttachmentContent
in interface PersistableAttachment
PersistableAttachment.getAttachmentContent()
public void setAttachmentContent(byte[] attachmentContent)
setAttachmentContent
in interface PersistableAttachment
PersistableAttachment.setAttachmentContent(byte[])
public String getFileName()
getFileName
in interface PersistableAttachment
PersistableAttachment.getFileName()
public void setFileName(String fileName)
setFileName
in interface PersistableAttachment
PersistableAttachment.setFileName(java.lang.String)
public String getContentType()
getContentType
in interface PersistableAttachment
PersistableAttachment.getContentType()
public void setContentType(String contentType)
setContentType
in interface PersistableAttachment
PersistableAttachment.setContentType(java.lang.String)
protected LinkedHashMap toStringMapper()
toStringMapper
in class BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |