com.venky.swf.plugins.bugs.db.model
public class IssueImpl extends ModelImpl<Issue>
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getAttachment() |
String |
getAttachmentContentName() |
String |
getAttachmentContentType() |
Reader |
getDescription() |
boolean |
isDirty() |
void |
setAttachment(InputStream content) |
void |
setAttachmentContentName(String name) |
void |
setAttachmentContentType(String contentType) |
void |
setDescription(Reader description) |
void |
yank() |
afterDestroy, afterSave, afterValidate, beforeDestory, beforeSave, beforeValidate, cloneProxy, defaultFields, destroy, dispose, equalImpl, equals, equalsProxy, getChildren, getChildren, getChildren, getChildren, getModelName, getParent, getParticipatingRoles, getParticipatingRoles, getProxy, getRawRecord, getReflector, getTxnProperty, hashCode, init, invoke, isAccessibleBy, isAccessibleBy, isBeingDestroyed, isFieldValid, isModelValid, removeTxnProperty, save, save, setProxy, setTxnPropery, validatepublic IssueImpl(Issue proxy)
public Reader getDescription()
public void setDescription(Reader description)
public void yank()
public boolean isDirty()
isDirty in class ModelInvocationHandlerpublic InputStream getAttachment()
public void setAttachment(InputStream content)
public String getAttachmentContentName()
public void setAttachmentContentName(String name)
public String getAttachmentContentType()
public void setAttachmentContentType(String contentType)
Copyright © 2014. All Rights Reserved.