org.kuali.rice.kew.notes
Class Attachment
java.lang.Object
org.kuali.rice.kew.notes.Attachment
@Sequence(name="KREW_DOC_NTE_S",
property="attachmentId")
public class Attachment
- extends java.lang.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 java.lang.Long getAttachmentId()
setAttachmentId
public void setAttachmentId(java.lang.Long attachmentId)
getFileLoc
public java.lang.String getFileLoc()
setFileLoc
public void setFileLoc(java.lang.String fileLoc)
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String fileName)
getLockVerNbr
public java.lang.Integer getLockVerNbr()
setLockVerNbr
public void setLockVerNbr(java.lang.Integer lockVerNbr)
getMimeType
public java.lang.String getMimeType()
setMimeType
public void setMimeType(java.lang.String mimeType)
getNoteId
public java.lang.Long getNoteId()
setNoteId
public void setNoteId(java.lang.Long noteId)
getNote
public Note getNote()
setNote
public void setNote(Note note)
getAttachedObject
public java.io.InputStream getAttachedObject()
setAttachedObject
public void setAttachedObject(java.io.InputStream attachedObject)
beforeInsert
public void beforeInsert()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.