br.eti.kinoshita.testlinkjavaapi.model
Class Attachment
java.lang.Object
br.eti.kinoshita.testlinkjavaapi.model.Attachment
- All Implemented Interfaces:
- java.io.Serializable
public class Attachment
- extends java.lang.Object
- implements java.io.Serializable
- Since:
- 1.9.0-1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
|
Constructor Summary |
Attachment()
|
Attachment(java.lang.Integer id,
java.lang.Integer fkId,
java.lang.String fkTable,
java.lang.String title,
java.lang.String description,
java.lang.String fileName,
java.lang.Long fileSize,
java.lang.String fileType,
java.lang.String content)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Attachment
public Attachment()
Attachment
public Attachment(java.lang.Integer id,
java.lang.Integer fkId,
java.lang.String fkTable,
java.lang.String title,
java.lang.String description,
java.lang.String fileName,
java.lang.Long fileSize,
java.lang.String fileType,
java.lang.String content)
- Parameters:
id - fkId - fkTable - title - description - fileName - fileSize - fileType - content -
getId
public java.lang.Integer getId()
- Returns:
- the id
setId
public void setId(java.lang.Integer id)
- Parameters:
id - the id to set
getFkId
public java.lang.Integer getFkId()
- Returns:
- the fkId
setFkId
public void setFkId(java.lang.Integer fkId)
- Parameters:
fkId - the fkId to set
getFkTable
public java.lang.String getFkTable()
- Returns:
- the fkTable
setFkTable
public void setFkTable(java.lang.String fkTable)
- Parameters:
fkTable - the fkTable to set
getTitle
public java.lang.String getTitle()
- Returns:
- the title
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - the title to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - the description to set
getFileName
public java.lang.String getFileName()
- Returns:
- the fileName
setFileName
public void setFileName(java.lang.String fileName)
- Parameters:
fileName - the fileName to set
getFileSize
public java.lang.Long getFileSize()
- Returns:
- the fileSize
setFileSize
public void setFileSize(java.lang.Long fileSize)
- Parameters:
fileSize - the fileSize to set
getFileType
public java.lang.String getFileType()
- Returns:
- the fileType
setFileType
public void setFileType(java.lang.String fileType)
- Parameters:
fileType - the fileType to set
getContent
public java.lang.String getContent()
- Returns:
- the content
setContent
public void setContent(java.lang.String content)
- Parameters:
content - the content to set
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.