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() |
String |
getGrayImagePath() |
Long |
getId()
The ID is the primary key of the entity.
|
String |
getImagePath() |
Map<String,String> |
getName() |
Long |
getPaymentMethod() |
int |
hashCode() |
String |
toString() |
protected String grayImagePath
protected Long id
protected String imagePath
protected Long paymentMethod
public String getGrayImagePath()
public Long getId()
public String getImagePath()
public Long getPaymentMethod()
Copyright © 2021. All rights reserved.