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
- Author:
- Bruno P. Kinoshita
- See Also:
- Serialized Form
Build
public Build()
Build
public Build(Integer id,
Integer testPlanId,
String buildName,
String buildNotes)
- Parameters:
id - testPlanId - buildName - buildNotes -
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
getBuildName
public String getBuildName()
- Returns:
- the buildName
setBuildName
public void setBuildName(String buildName)
- Parameters:
buildName - the buildName to set
getBuildNotes
public String getBuildNotes()
- Returns:
- the buildNotes
setBuildNotes
public void setBuildNotes(String buildNotes)
- Parameters:
buildNotes - the buildNotes to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2010 the testlink-java-api team-2010. All Rights Reserved.