public class ProductInfo extends Object implements Serializable
| Constructor and Description |
|---|
ProductInfo(String title,
String value)
Instantiates a new product info.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getTitle()
Gets the title.
|
String |
getValue()
Gets the value.
|
int |
hashCode() |
void |
setTitle(String title)
Sets the title.
|
void |
setValue(String value)
Sets the value.
|
String |
toString() |
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.