public class PaymentProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
companyName |
protected Map<String,String> |
description |
protected Long |
feature |
protected Map<String,String> |
headquartersLocation |
protected Long |
id |
protected String |
logoPath |
protected Map<String,String> |
name |
protected Map<String,String> |
productName |
| Constructor and Description |
|---|
PaymentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getCompanyName() |
Map<String,String> |
getDescription() |
Long |
getFeature() |
Map<String,String> |
getHeadquartersLocation() |
Long |
getId()
The ID is the primary key of the entity.
|
String |
getLogoPath() |
Map<String,String> |
getName() |
Map<String,String> |
getProductName() |
int |
hashCode() |
String |
toString() |
public Long getFeature()
public Map<String,String> getHeadquartersLocation()
public Long getId()
public String getLogoPath()
Copyright © 2021. All rights reserved.