public class DefaultIssue.DefaultAttachment extends Object implements Attachment
| Constructor and Description |
|---|
DefaultIssue.DefaultAttachment()
Default constructor.
|
| 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.
|
public DefaultIssue.DefaultAttachment()
public Issue getBugzillaBug()
getBugzillaBug in interface Attachmentpublic long getId()
getId in interface Attachmentpublic void setId(long id)
setId in interface Attachmentid - - the ID to setpublic Date getDate()
getDate in interface Attachmentpublic void setDate(Date date)
setDate in interface Attachmentdate - - the date to setpublic String getDescription()
getDescription in interface Attachmentpublic void setDescription(String description)
setDescription in interface Attachmentdescription - - the description to setpublic String getFilename()
getFilename in interface Attachmentpublic void setFilename(String filename)
setFilename in interface Attachmentfilename - - the filename to setpublic String getType()
getType in interface Attachmentpublic void setType(String type)
setType in interface Attachmenttype - - the type to setCopyright © 2012. All Rights Reserved.