public class Customer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdOn |
protected String |
customerId |
protected String |
emailAddress |
protected String |
familyName |
protected String |
givenName |
protected Long |
id |
protected String |
language |
protected Long |
linkedSpaceId |
protected Map<String,String> |
metaData |
protected String |
preferredCurrency |
protected Integer |
version |
| Constructor and Description |
|---|
Customer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
String |
getCustomerId() |
String |
getEmailAddress() |
String |
getFamilyName() |
String |
getGivenName() |
Long |
getId()
The ID is the primary key of the entity.
|
String |
getLanguage() |
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
Map<String,String> |
getMetaData()
Meta data allow to store additional data along the object.
|
String |
getPreferredCurrency() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected OffsetDateTime createdOn
protected String customerId
protected String emailAddress
protected String familyName
protected String givenName
protected Long id
protected String language
protected Long linkedSpaceId
protected String preferredCurrency
protected Integer version
public OffsetDateTime getCreatedOn()
public String getCustomerId()
public String getEmailAddress()
public String getFamilyName()
public String getGivenName()
public Long getId()
public String getLanguage()
public Long getLinkedSpaceId()
public Map<String,String> getMetaData()
public String getPreferredCurrency()
public Integer getVersion()
Copyright © 2022. All rights reserved.