public class PriceLabel extends Object implements Serializable
| Constructor and Description |
|---|
PriceLabel(String label,
String amount)
Instantiates a new price label.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAmount()
Gets the amount.
|
String |
getLabel()
Gets the label.
|
int |
hashCode() |
void |
setAmount(String amount)
Sets the amount.
|
void |
setLabel(String label)
Sets the label.
|
String |
toString() |
public String getLabel()
public void setLabel(String label)
label - the new labelpublic String getAmount()
public void setAmount(String amount)
amount - the new amountCopyright © 2017 BotMill. All rights reserved.