public interface Attachment
| Modifier and Type | Method and Description |
|---|---|
Issue |
getBugzillaBug()
Returns the Bugzilla bug report this attachment belongs to.
|
Date |
getDate()
Returns the date of the attachment.
|
String |
getDescription()
Returns the description of the attachment.
|
String |
getFilename()
Returns the filename.
|
long |
getId()
Returns the ID of this attachment.
|
String |
getType()
Returns the type of the attachment.
|
void |
setDate(Date date)
Sets the date of the attachment.
|
void |
setDescription(String description)
Sets the description of the attachment.
|
void |
setFilename(String filename)
Sets the filename.
|
void |
setId(long id)
Sets the ID of the attachment.
|
void |
setType(String type)
Sets the type of the attachment.
|
Issue getBugzillaBug()
long getId()
void setId(long id)
id - - the ID to setDate getDate()
void setDate(Date date)
date - - the date to setString getDescription()
void setDescription(String description)
description - - the description to setString getFilename()
void setFilename(String filename)
filename - - the filename to setString getType()
void setType(String type)
type - - the type to setCopyright © 2012. All Rights Reserved.