public interface LongDescription
| Modifier and Type | Method and Description |
|---|---|
void |
addAttachment(long id)
Creates and adds an attachment to this bug record.
|
void |
clearAttachments()
Removes all attachments.
|
int |
getAttachmentCount()
Returns the number of attachments.
|
Iterator<Attachment> |
getAttachmentIterator()
Returns all attachments.
|
Issue |
getBugzillaBug()
Returns the Bugzilla bug report this entry belongs to.
|
String |
getId()
Returns the description ID.
|
Date |
getLastUpdate()
Returns the date of last update.
|
String |
getTheText()
Returns the actual text.
|
String |
getUpdateAuthor()
Returns the author of the last update.
|
Date |
getWhen()
Returns the time of creation of this entry.
|
String |
getWho()
Returns the author of this text.
|
boolean |
removeAttachment(Attachment o)
Removes an attachment.
|
void |
setId(String id)
Sets the description ID
|
void |
setLastUpdate(Date lastUpdate)
Sets the date of last update.
|
void |
setTheText(String theText)
Sets the text of the description.
|
void |
setUpdateAuthor(String updateAuthor)
Sets the last update's author.
|
void |
setWhen(Date when)
Sets the time of creation.
|
void |
setWho(String who)
Sets the author of this text
|
String getId()
void setId(String id)
id - - the ID to setIssue getBugzillaBug()
String getWho()
void setWho(String who)
who - - the author to setDate getWhen()
void setWhen(Date when)
when - - the timestamp to setString getTheText()
void setTheText(String theText)
theText - - the text to setDate getLastUpdate()
void setLastUpdate(Date lastUpdate)
lastUpdate - date to be setString getUpdateAuthor()
void setUpdateAuthor(String updateAuthor)
updateAuthor - author to be setvoid addAttachment(long id)
the - attachment id referencedvoid clearAttachments()
Iterator<Attachment> getAttachmentIterator()
boolean removeAttachment(Attachment o)
o - - the attachment to removeint getAttachmentCount()
Copyright © 2012. All Rights Reserved.