public class PaymentMethodBrand extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
description |
protected String |
grayImagePath |
protected Long |
id |
protected String |
imagePath |
protected Map<String,String> |
name |
protected Long |
paymentMethod |
| Constructor and Description |
|---|
PaymentMethodBrand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getDescription()
The description of the object translated into different languages.
|
String |
getGrayImagePath() |
Long |
getId()
A unique identifier for the object.
|
String |
getImagePath() |
Map<String,String> |
getName()
The name of the object translated into different languages.
|
Long |
getPaymentMethod() |
int |
hashCode() |
String |
toString() |
protected String grayImagePath
protected Long id
protected String imagePath
protected Long paymentMethod
public Map<String,String> getDescription()
public String getGrayImagePath()
public Long getId()
public String getImagePath()
public Map<String,String> getName()
public Long getPaymentMethod()
Copyright © 2023. All rights reserved.