public class BankingProductDetail extends Object
| Constructor and Description |
|---|
BankingProductDetail() |
| 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
|
List<BankingProductBundle> |
getBundles()
An array of bundles that this product participates in.
|
List<BankingProductConstraint> |
getConstraints()
Constraints on the application for or operation of the product such as minimum balances or limit thresholds
|
List<BankingProductDepositRate> |
getDepositRates()
Interest rates available for deposits
|
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.
|
List<BankingProductEligibility> |
getEligibility()
Eligibility criteria for the product
|
List<BankingProductFeature> |
getFeatures()
Array of features available for the product
|
List<BankingProductFee> |
getFees()
Fees applicable for the product
|
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)
|
List<BankingProductLendingRate> |
getLendingRates()
Interest rates charged against lending balances
|
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 |
setBundles(List<BankingProductBundle> bundles) |
void |
setConstraints(List<BankingProductConstraint> constraints) |
void |
setDepositRates(List<BankingProductDepositRate> depositRates) |
void |
setDescription(String description) |
void |
setEffectiveFrom(java.time.OffsetDateTime effectiveFrom) |
void |
setEffectiveTo(java.time.OffsetDateTime effectiveTo) |
void |
setEligibility(List<BankingProductEligibility> eligibility) |
void |
setFeatures(List<BankingProductFeature> features) |
void |
setFees(List<BankingProductFee> fees) |
void |
setIsTailored(Boolean isTailored) |
void |
setLastUpdated(java.time.OffsetDateTime lastUpdated) |
void |
setLendingRates(List<BankingProductLendingRate> lendingRates) |
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)
public List<BankingProductBundle> getBundles()
public void setBundles(List<BankingProductBundle> bundles)
public List<BankingProductConstraint> getConstraints()
public void setConstraints(List<BankingProductConstraint> constraints)
public List<BankingProductDepositRate> getDepositRates()
public void setDepositRates(List<BankingProductDepositRate> depositRates)
public List<BankingProductEligibility> getEligibility()
public void setEligibility(List<BankingProductEligibility> eligibility)
public List<BankingProductFeature> getFeatures()
public void setFeatures(List<BankingProductFeature> features)
public List<BankingProductFee> getFees()
public void setFees(List<BankingProductFee> fees)
public List<BankingProductLendingRate> getLendingRates()
public void setLendingRates(List<BankingProductLendingRate> lendingRates)
Copyright © 2019. All rights reserved.