br.eti.kinoshita.testlinkjavaapi.model
Class Platform
java.lang.Object
br.eti.kinoshita.testlinkjavaapi.model.Platform
- All Implemented Interfaces:
- Serializable
public class Platform
- extends Object
- implements Serializable
- Since:
- 1.9.0-1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
Platform
public Platform()
Platform
public Platform(Integer id,
String name,
String notes)
- Parameters:
id - name - notes -
getId
public Integer getId()
- Returns:
- the id
setId
public void setId(Integer id)
- Parameters:
id - the id to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getNotes
public String getNotes()
- Returns:
- the notes
setNotes
public void setNotes(String notes)
- Parameters:
notes - the notes to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010-2011 the testlink-java-api team-2011. All Rights Reserved.