br.eti.kinoshita.testlinkjavaapi.model
Class Build
java.lang.Object
br.eti.kinoshita.testlinkjavaapi.model.Build
- All Implemented Interfaces:
- Serializable
public class Build
- extends Object
- implements Serializable
TestLink Build object. Represents a Build in TestLink system. A build is,
basically, an instance of a Test Plan.
- 20101129 - BUGID: 3122320 - kinow -
Modify Build methods to follow standard naming
- Since:
- 1.9.0-1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
Build
public Build()
Build
public Build(Integer id,
Integer testPlanId,
String name,
String notes)
- Parameters:
id - testPlanId - name - notes -
getId
public Integer getId()
- Returns:
- the id
setId
public void setId(Integer id)
- Parameters:
id - the id to set
getTestPlanId
public Integer getTestPlanId()
- Returns:
- the testPlanId
setTestPlanId
public void setTestPlanId(Integer testPlanId)
- Parameters:
testPlanId - the testPlanId to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the buildName to set
getNotes
public String getNotes()
- Returns:
- the buildNotes
setNotes
public void setNotes(String buildNotes)
- Parameters:
buildNotes - the buildNotes to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2011 the testlink-java-api team-2011. All Rights Reserved.