org.nuiton.jredmine.model
Class Attachment
java.lang.Object
org.nuiton.jredmine.model.Attachment
- All Implemented Interfaces:
- IdAble
public class Attachment
- extends Object
- implements IdAble
A file attachment from redmine server.
- Since:
- 1.0.0
- Author:
- tchemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected int id
authorId
protected int authorId
containerId
protected int containerId
filesize
protected int filesize
downloads
protected int downloads
createdOn
protected Date createdOn
containerType
protected String containerType
contentType
protected String contentType
description
protected String description
digest
protected String digest
diskFilename
protected String diskFilename
filename
protected String filename
toUpload
protected File toUpload
- not from redmine but to redmine (file to attach)
Attachment
public Attachment()
getAuthorId
public int getAuthorId()
getContainerId
public int getContainerId()
getContainerType
public String getContainerType()
getContentType
public String getContentType()
getCreatedOn
public Date getCreatedOn()
getDescription
public String getDescription()
getDigest
public String getDigest()
getDiskFilename
public String getDiskFilename()
getDownloads
public int getDownloads()
getFilename
public String getFilename()
getFilesize
public int getFilesize()
getId
public int getId()
- Specified by:
getId in interface IdAble
getToUpload
public File getToUpload()
setAuthorId
public void setAuthorId(int authorId)
setContainerId
public void setContainerId(int containerId)
setContainerType
public void setContainerType(String containerType)
setContentType
public void setContentType(String contentType)
setCreatedOn
public void setCreatedOn(Date createdOn)
setDescription
public void setDescription(String description)
setDigest
public void setDigest(String digest)
setDiskFilename
public void setDiskFilename(String diskFilename)
setDownloads
public void setDownloads(int downloads)
setFilename
public void setFilename(String filename)
setFilesize
public void setFilesize(int filesize)
setId
public void setId(int id)
setToUpload
public void setToUpload(File toUpload)
Copyright © 2009-2011 CodeLutin. All Rights Reserved.