org.kuali.rice.kew.notes
Class Attachment
java.lang.Object
   org.kuali.rice.kew.notes.Attachment
org.kuali.rice.kew.notes.Attachment
- @Entity(name="org.kuali.rice.kew.notes.Attachment")
public class Attachment 
- extends Object
An attachment which is attached to a Note.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Note
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Attachment
public Attachment()
getAttachmentId
public String getAttachmentId()
- 
 
setAttachmentId
public void setAttachmentId(String attachmentId)
- 
 
getFileLoc
public String getFileLoc()
- 
 
setFileLoc
public void setFileLoc(String fileLoc)
- 
 
getFileName
public String getFileName()
- 
 
setFileName
public void setFileName(String fileName)
- 
 
getLockVerNbr
public Integer getLockVerNbr()
- 
 
setLockVerNbr
public void setLockVerNbr(Integer lockVerNbr)
- 
 
getMimeType
public String getMimeType()
- 
 
setMimeType
public void setMimeType(String mimeType)
- 
 
getNoteId
public String getNoteId()
- 
 
setNoteId
public void setNoteId(String noteId)
- 
 
getNote
public Note getNote()
- 
 
setNote
public void setNote(Note note)
- 
 
getAttachedObject
public InputStream getAttachedObject()
- 
 
setAttachedObject
public void setAttachedObject(InputStream attachedObject)
- 
 
beforeInsert
public void beforeInsert()
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.