com.venky.swf.plugins.bugs.db.model
public interface Note extends Model
UPDATED_AT_COLUMN_NAME| Modifier and Type | Method and Description |
|---|---|
InputStream |
getAttachment() |
String |
getAttachmentContentName() |
String |
getAttachmentContentType() |
Issue |
getIssue() |
Integer |
getIssueId() |
Reader |
getNotes() |
void |
setAttachment(InputStream content) |
void |
setAttachmentContentName(String name) |
void |
setAttachmentContentType(String contentType) |
void |
setIssueId(Integer id) |
void |
setNotes(Reader notes) |
cloneProxy, destroy, getCreatedAt, getCreatorUser, getCreatorUserId, getId, getLockId, getParticipatingRoles, getParticipatingRoles, getParticipatingRoles, getRawRecord, getTxnProperty, getUpdatedAt, getUpdaterUser, getUpdaterUserId, init, isAccessibleBy, isAccessibleBy, isDirty, removeTxnProperty, save, save, setCreatedAt, setCreatorUserId, setId, setLockId, setTxnPropery, setUpdatedAt, setUpdaterUserIdInteger getIssueId()
void setIssueId(Integer id)
Issue getIssue()
Reader getNotes()
void setNotes(Reader notes)
InputStream getAttachment()
void setAttachment(InputStream content)
String getAttachmentContentName()
void setAttachmentContentName(String name)
String getAttachmentContentType()
void setAttachmentContentType(String contentType)
Copyright © 2014. All Rights Reserved.