| Modifier and Type | Field and Description |
|---|---|
protected int |
authorId |
protected int |
containerId |
protected String |
containerType |
protected String |
contentType |
protected Date |
createdOn |
protected String |
description |
protected String |
digest |
protected String |
diskFilename |
protected int |
downloads |
protected String |
filename |
protected int |
filesize |
protected int |
id |
protected File |
toUpload
not from redmine but to redmine (file to attach)
|
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAuthorId() |
int |
getContainerId() |
String |
getContainerType() |
String |
getContentType() |
Date |
getCreatedOn() |
String |
getDescription() |
String |
getDigest() |
String |
getDiskFilename() |
int |
getDownloads() |
String |
getFilename() |
int |
getFilesize() |
int |
getId() |
File |
getToUpload() |
void |
setAuthorId(int authorId) |
void |
setContainerId(int containerId) |
void |
setContainerType(String containerType) |
void |
setContentType(String contentType) |
void |
setCreatedOn(Date createdOn) |
void |
setDescription(String description) |
void |
setDigest(String digest) |
void |
setDiskFilename(String diskFilename) |
void |
setDownloads(int downloads) |
void |
setFilename(String filename) |
void |
setFilesize(int filesize) |
void |
setId(int id) |
void |
setToUpload(File toUpload) |
protected int id
protected int authorId
protected int containerId
protected int filesize
protected int downloads
protected Date createdOn
protected String containerType
protected String contentType
protected String description
protected String digest
protected String diskFilename
protected String filename
protected File toUpload
public int getAuthorId()
public int getContainerId()
public String getContainerType()
public String getContentType()
public Date getCreatedOn()
public String getDescription()
public String getDigest()
public String getDiskFilename()
public int getDownloads()
public String getFilename()
public int getFilesize()
public File getToUpload()
public void setAuthorId(int authorId)
public void setContainerId(int containerId)
public void setContainerType(String containerType)
public void setContentType(String contentType)
public void setCreatedOn(Date createdOn)
public void setDescription(String description)
public void setDigest(String digest)
public void setDiskFilename(String diskFilename)
public void setDownloads(int downloads)
public void setFilename(String filename)
public void setFilesize(int filesize)
public void setId(int id)
public void setToUpload(File toUpload)
Copyright © 2009–2014 CodeLutin. All rights reserved.