public class ProductTestSummary extends Object
| Constructor and Description |
|---|
ProductTestSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndStatus()
Returns the end status of the product test plan.
|
String |
getProductName()
Returns the product name of the product test plan.
|
String |
getProductVersion()
Returns the product version of the product test plan.
|
void |
setEndStatus(String endStatus)
Sets the end status of the product test plan.
|
void |
setProductName(String productName)
Sets the product name of the product test plan.
|
void |
setProductVersion(String productVersion)
Sets the product version of the product test plan.
|
public String getProductName()
public void setProductName(String productName)
productName - product test plan product namepublic String getProductVersion()
public void setProductVersion(String productVersion)
productVersion - product test plan product versionpublic String getEndStatus()
public void setEndStatus(String endStatus)
endStatus - product test plan end statusCopyright © 2019 WSO2. All rights reserved.