public class Test extends Object implements Serializable
Constructor and Description |
---|
Test() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
get the description
|
Integer |
getTestNumber()
get the test number
|
String |
getType()
get the type
|
void |
setDescription(String description)
set the description
|
void |
setTestNumber(Integer testNumber)
set the test number
|
void |
setType(String type)
set the type
|
String |
toString()
to string
|
public Integer getTestNumber()
public void setTestNumber(Integer testNumber)
testNumber
- the test numberpublic String getType()
public void setType(String type)
type
- the typepublic String getDescription()
public void setDescription(String description)
description
- the descriptionCopyright © 2015. All Rights Reserved.