br.eti.kinoshita.testlinkjavaapi.model
Class Build

java.lang.Object
  extended by br.eti.kinoshita.testlinkjavaapi.model.Build
All Implemented Interfaces:
java.io.Serializable

public class Build
extends java.lang.Object
implements java.io.Serializable

TestLink Build object. Represents a Build in TestLink system. A build is, basically, an instance of a Test Plan.

Since:
1.9.0-1
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
Build()
           
Build(java.lang.Integer id, java.lang.Integer testPlanId, java.lang.String name, java.lang.String notes)
           
 
Method Summary
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 java.lang.String getNotes()
           
 java.lang.Integer getTestPlanId()
           
 void setId(java.lang.Integer id)
           
 void setName(java.lang.String name)
           
 void setNotes(java.lang.String buildNotes)
           
 void setTestPlanId(java.lang.Integer testPlanId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Build

public Build()

Build

public Build(java.lang.Integer id,
             java.lang.Integer testPlanId,
             java.lang.String name,
             java.lang.String notes)
Parameters:
id -
testPlanId -
buildName -
buildNotes -
Method Detail

getId

public java.lang.Integer getId()
Returns:
the id

setId

public void setId(java.lang.Integer id)
Parameters:
id - the id to set

getTestPlanId

public java.lang.Integer getTestPlanId()
Returns:
the testPlanId

setTestPlanId

public void setTestPlanId(java.lang.Integer testPlanId)
Parameters:
testPlanId - the testPlanId to set

getName

public java.lang.String getName()
Returns:
the name

setName

public void setName(java.lang.String name)
Parameters:
name - the buildName to set

getNotes

public java.lang.String getNotes()
Returns:
the buildNotes

setNotes

public void setNotes(java.lang.String buildNotes)
Parameters:
buildNotes - the buildNotes 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.