public class ReceiptTemplateElement extends Object implements Serializable
| Constructor and Description |
|---|
ReceiptTemplateElement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCurrency()
Gets the currency.
|
String |
getImageUrl()
Gets the image url.
|
BigDecimal |
getPrice()
Gets the price.
|
int |
getQuantity()
Gets the quantity.
|
String |
getSubtitle()
Gets the subtitle.
|
String |
getTitle()
Gets the title.
|
int |
hashCode() |
void |
setCurrency(String currency)
Sets the currency.
|
void |
setImageUrl(String imageUrl)
Sets the image url.
|
void |
setPrice(BigDecimal price)
Sets the price.
|
void |
setQuantity(int quantity)
Sets the quantity.
|
void |
setSubtitle(String subtitle)
Sets the subtitle.
|
void |
setTitle(String title)
Sets the title.
|
String |
toString() |
public String getTitle()
public void setTitle(String title)
title - the new titlepublic String getSubtitle()
public void setSubtitle(String subtitle)
subtitle - the new subtitlepublic int getQuantity()
public void setQuantity(int quantity)
quantity - the new quantitypublic BigDecimal getPrice()
public void setPrice(BigDecimal price)
price - the new pricepublic String getCurrency()
public void setCurrency(String currency)
currency - the new currencypublic String getImageUrl()
public void setImageUrl(String imageUrl)
imageUrl - the new image urlCopyright © 2017 BotMill. All rights reserved.