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