public class BankingProductBundle extends Object
| Constructor and Description |
|---|
BankingProductBundle() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAdditionalInfo()
Display text providing more information on the bundle
|
String |
getAdditionalInfoUri()
Link to a web page with more information on the bundle criteria and benefits
|
String |
getDescription()
Description of the bundle
|
String |
getName()
Name of the bundle
|
List<String> |
getProductIds()
Array of product IDs for products included in the bundle
|
int |
hashCode() |
void |
setAdditionalInfo(String additionalInfo) |
void |
setAdditionalInfoUri(String additionalInfoUri) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setProductIds(List<String> productIds) |
String |
toString() |
public String getAdditionalInfo()
public void setAdditionalInfo(String additionalInfo)
public String getAdditionalInfoUri()
public void setAdditionalInfoUri(String additionalInfoUri)
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public List<String> getProductIds()
Copyright © 2019. All rights reserved.