public class BankingProduct extends Object
| Constructor and Description |
|---|
BankingProduct() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BankingProductAdditionalInformation |
getAdditionalInformation()
Get additionalInformation
|
String |
getApplicationUri()
A link to an application web page where this product can be applied for.
|
String |
getBrand()
A label of the brand for the product.
|
String |
getBrandName()
An optional display name of the brand
|
String |
getDescription()
A description of the product
|
java.time.OffsetDateTime |
getEffectiveFrom()
The date and time from which this product is effective (ie.
|
java.time.OffsetDateTime |
getEffectiveTo()
The date and time at which this product will be retired and will no longer be offered.
|
Boolean |
getIsTailored()
Indicates whether the product is specifically tailored to a circumstance.
|
java.time.OffsetDateTime |
getLastUpdated()
The last date and time that the information for this product was changed (or the creation date for the product if it has never been altered)
|
String |
getName()
The display name of the product
|
BankingProductCategory |
getProductCategory()
Get productCategory
|
String |
getProductId()
A provider specific unique identifier for this product.
|
int |
hashCode() |
void |
setAdditionalInformation(BankingProductAdditionalInformation additionalInformation) |
void |
setApplicationUri(String applicationUri) |
void |
setBrand(String brand) |
void |
setBrandName(String brandName) |
void |
setDescription(String description) |
void |
setEffectiveFrom(java.time.OffsetDateTime effectiveFrom) |
void |
setEffectiveTo(java.time.OffsetDateTime effectiveTo) |
void |
setIsTailored(Boolean isTailored) |
void |
setLastUpdated(java.time.OffsetDateTime lastUpdated) |
void |
setName(String name) |
void |
setProductCategory(BankingProductCategory productCategory) |
void |
setProductId(String productId) |
String |
toString() |
public BankingProductAdditionalInformation getAdditionalInformation()
public void setAdditionalInformation(BankingProductAdditionalInformation additionalInformation)
public String getApplicationUri()
public void setApplicationUri(String applicationUri)
public String getBrand()
public void setBrand(String brand)
public String getBrandName()
public void setBrandName(String brandName)
public String getDescription()
public void setDescription(String description)
public java.time.OffsetDateTime getEffectiveFrom()
public void setEffectiveFrom(java.time.OffsetDateTime effectiveFrom)
public java.time.OffsetDateTime getEffectiveTo()
public void setEffectiveTo(java.time.OffsetDateTime effectiveTo)
public Boolean getIsTailored()
public void setIsTailored(Boolean isTailored)
public java.time.OffsetDateTime getLastUpdated()
public void setLastUpdated(java.time.OffsetDateTime lastUpdated)
public String getName()
public void setName(String name)
public BankingProductCategory getProductCategory()
public void setProductCategory(BankingProductCategory productCategory)
public String getProductId()
public void setProductId(String productId)
Copyright © 2019. All rights reserved.