com.venky.swf.plugins.bugs.db.model
public interface Issue extends Model
| Modifier and Type | Field and Description |
|---|---|
static String |
STATUS_CLOSED |
static String |
STATUS_OPEN |
static String |
STATUS_WIP |
UPDATED_AT_COLUMN_NAME| Modifier and Type | Method and Description |
|---|---|
User |
getAssignedTo() |
Integer |
getAssignedToId() |
InputStream |
getAttachment() |
String |
getAttachmentContentName() |
String |
getAttachmentContentType() |
Timestamp |
getCreatedAt() |
Integer |
getCreatorUserId() |
Reader |
getDescription() |
int |
getId() |
List<Note> |
getNotes() |
String |
getPriority() |
String |
getResolution() |
String |
getStatus() |
String |
getTitle() |
void |
setAssignedToId(Integer id) |
void |
setAttachment(InputStream content) |
void |
setAttachmentContentName(String name) |
void |
setAttachmentContentType(String contentType) |
void |
setDescription(Reader description) |
void |
setPriority(String priority) |
void |
setResolution(String resolution) |
void |
setStatus(String status) |
void |
setTitle(String title) |
void |
yank() |
cloneProxy, destroy, getCreatorUser, getLockId, getParticipatingRoles, getParticipatingRoles, getParticipatingRoles, getRawRecord, getTxnProperty, getUpdatedAt, getUpdaterUser, getUpdaterUserId, init, isAccessibleBy, isAccessibleBy, isDirty, removeTxnProperty, save, save, setCreatedAt, setCreatorUserId, setId, setLockId, setTxnPropery, setUpdatedAt, setUpdaterUserIdstatic final String STATUS_OPEN
static final String STATUS_WIP
static final String STATUS_CLOSED
int getId()
getId in interface _IdentifiablegetId in interface ModelString getTitle()
void setTitle(String title)
String getPriority()
void setPriority(String priority)
Reader getDescription()
void setDescription(Reader description)
String getStatus()
void setStatus(String status)
String getResolution()
void setResolution(String resolution)
Integer getAssignedToId()
void setAssignedToId(Integer id)
User getAssignedTo()
Integer getCreatorUserId()
getCreatorUserId in interface ModelTimestamp getCreatedAt()
getCreatedAt in interface ModelInputStream getAttachment()
void setAttachment(InputStream content)
String getAttachmentContentName()
void setAttachmentContentName(String name)
String getAttachmentContentType()
void setAttachmentContentType(String contentType)
void yank()
Copyright © 2014. All Rights Reserved.