@Entity public class BankingProduct extends Object
| Constructor and Description |
|---|
BankingProduct() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApplicationUri() |
String |
getBrand() |
String |
getBrandName() |
String |
getDescription() |
java.time.OffsetDateTime |
getEffectiveFrom() |
java.time.OffsetDateTime |
getEffectiveTo() |
Boolean |
getIsTailored() |
java.time.OffsetDateTime |
getLastUpdated() |
String |
getName() |
BankingProductCategory |
getProductCategory() |
String |
getProductId() |
int |
hashCode() |
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 String getProductId()
public void setProductId(String productId)
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 java.time.OffsetDateTime getLastUpdated()
public void setLastUpdated(java.time.OffsetDateTime lastUpdated)
public BankingProductCategory getProductCategory()
public void setProductCategory(BankingProductCategory productCategory)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getBrand()
public void setBrand(String brand)
public String getBrandName()
public void setBrandName(String brandName)
public String getApplicationUri()
public void setApplicationUri(String applicationUri)
public Boolean getIsTailored()
public void setIsTailored(Boolean isTailored)
Copyright © 2019. All rights reserved.