br.eti.kinoshita.testlinkjavaapi.model
Class Build

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

Constructor Summary
Build()
           
Build(Integer id, Integer testPlanId, String buildName, String buildNotes)
           
 
Method Summary
 String getBuildName()
           
 String getBuildNotes()
           
 Integer getId()
           
 Integer getTestPlanId()
           
 void setBuildName(String buildName)
           
 void setBuildNotes(String buildNotes)
           
 void setId(Integer id)
           
 void setTestPlanId(Integer testPlanId)
           
 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(Integer id,
             Integer testPlanId,
             String buildName,
             String buildNotes)
Parameters:
id -
testPlanId -
buildName -
buildNotes -
Method Detail

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.