org.redmine.ta.beans
Class Attachment
java.lang.Object
org.redmine.ta.beans.Attachment
- All Implemented Interfaces:
- Identifiable
public class Attachment
- extends Object
- implements Identifiable
File Attachment for a Redmine issue
- Author:
- Matthias Paul Scholz
Attachment
public Attachment()
getId
public Integer getId()
- Specified by:
getId in interface Identifiable
setId
public void setId(Integer id)
getContentType
public String getContentType()
setContentType
public void setContentType(String contentType)
getContentURL
public String getContentURL()
setContentURL
public void setContentURL(String contentURL)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getCreatedOn
public Date getCreatedOn()
setCreatedOn
public void setCreatedOn(Date createdOn)
getAuthor
public User getAuthor()
setAuthor
public void setAuthor(User author)
getFileName
public String getFileName()
setFileName
public void setFileName(String fileName)
getFileSize
public long getFileSize()
setFileSize
public void setFileSize(long fileSize)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.