br.eti.kinoshita.testlinkjavaapi.model
Class Attachment

java.lang.Object
  extended by 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

Constructor Summary
Attachment()
           
Attachment(Integer id, Integer fkId, String fkTable, String title, String description, String fileName, Long fileSize, String fileType, String content)
           
 
Method Summary
 String getContent()
           
 String getDescription()
           
 String getFileName()
           
 Long getFileSize()
           
 String getFileType()
           
 Integer getFkId()
           
 String getFkTable()
           
 Integer getId()
           
 String getTitle()
           
 void setContent(String content)
           
 void setDescription(String description)
           
 void setFileName(String fileName)
           
 void setFileSize(Long fileSize)
           
 void setFileType(String fileType)
           
 void setFkId(Integer fkId)
           
 void setFkTable(String fkTable)
           
 void setId(Integer id)
           
 void setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

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.