|
||||||||||
| 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.Attachment
public class Attachment
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
Attachment()
Default constructor. |
|
| Method Summary | |
|---|---|
InputStream |
getAttachmentContents()
(non-Javadoc) |
String |
getAttachmentFileName()
Gets the attachmentFileName attribute. |
Long |
getAttachmentFileSize()
Gets the attachmentFileSize attribute. |
String |
getAttachmentIconPathByMimeType()
|
String |
getAttachmentIdentifier()
Gets the attachmentIdentifier attribute. |
String |
getAttachmentMimeTypeCode()
Gets the attachmentMimeTypeCode attribute. |
String |
getAttachmentTypeCode()
Gets the attachmentTypeCode attribute. |
Note |
getNote()
Gets the note attribute. |
Long |
getNoteIdentifier()
Gets the noteIdentifier attribute. |
boolean |
isComplete()
|
void |
setAttachmentFileName(String attachmentFileName)
Sets the attachmentFileName attribute. |
void |
setAttachmentFileSize(Long attachmentFileSize)
Sets the attachmentFileSize attribute. |
void |
setAttachmentIdentifier(String attachmentIdentifier)
Sets the attachmentIdentifier attribute. |
void |
setAttachmentMimeTypeCode(String attachmentMimeTypeCode)
Sets the attachmentMimeTypeCode attribute. |
void |
setAttachmentTypeCode(String attachmentTypeCode)
Sets the attachmentTypeCode attribute. |
void |
setNote(Note note)
Sets the note attribute value. |
void |
setNoteIdentifier(Long noteIdentifier)
Sets the noteIdentifier attribute. |
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 Attachment()
| Method Detail |
|---|
public Long getNoteIdentifier()
public void setNoteIdentifier(Long noteIdentifier)
noteIdentifier - The noteIdentifier to set.public String getAttachmentMimeTypeCode()
public void setAttachmentMimeTypeCode(String attachmentMimeTypeCode)
attachmentMimeTypeCode - The attachmentMimeTypeCode to set.public String getAttachmentIconPathByMimeType()
public String getAttachmentFileName()
public void setAttachmentFileName(String attachmentFileName)
attachmentFileName - The attachmentFileName to set.public String getAttachmentIdentifier()
public void setAttachmentIdentifier(String attachmentIdentifier)
attachmentIdentifier - The attachmentIdentifier to set.public Long getAttachmentFileSize()
public void setAttachmentFileSize(Long attachmentFileSize)
attachmentFileSize - The attachmentFileSize to set.public String getAttachmentTypeCode()
public void setAttachmentTypeCode(String attachmentTypeCode)
attachmentTypeCode - The attachmentTypeCode to set.public Note getNote()
public void setNote(Note note)
note - The note to set.public boolean isComplete()
public InputStream getAttachmentContents()
throws IOException
IOExceptionAttachmentService.retrieveAttachmentContents(org.kuali.rice.kns.bo.Attachment)protected LinkedHashMap toStringMapper()
toStringMapper in class BusinessObjectBaseBusinessObjectBase.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||