public class ProductInfo extends Object implements Serializable
| Constructor and Description |
|---|
ProductInfo(String title,
String value)
Instantiates a new product info.
|
public String getTitle()
public void setTitle(String title)
title - the new titlepublic String getValue()
public void setValue(String value)
value - the new valueCopyright © 2017 BotMill. All rights reserved.