public class Customer extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
address
Defines the postal address of the company or person who gives access to the editors or the editor authors.
|
private String |
info
Defines some additional information about the company or person you want the others to know.
|
private String |
logo
Defines the path to the image logo (there are no special recommendations for this file,
but it would be better if it was in the ".png" format with transparent background).
|
private String |
logoDark
Defines the path to the image logo for the dark theme (there are no special recommendations for this file,
but it would be better if it was in ".png" format with transparent background).
|
private String |
mail
Defines the email address of the company or person who gives access to the editors or the editor authors.
|
private String |
name
Defines the name of the company or person who gives access to the editors or the editor authors.
|
private String |
phone
Defines the phone of the company or person who gives access to the editors or the editor authors.
|
private String |
www
Defines the home website address of the above company or person.
|
| Constructor and Description |
|---|
Customer() |
private String address
private String info
private String logo
private String logoDark
private String mail
private String name
private String phone
private String www
Copyright © 2023–2024. All rights reserved.