public class CustomerAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CustomerPostalAddress |
address |
protected CustomerAddressType |
addressType |
protected OffsetDateTime |
createdOn |
protected Customer |
customer |
protected Boolean |
defaultAddress |
protected Long |
id |
protected Long |
linkedSpaceId |
protected Integer |
version |
| Constructor and Description |
|---|
CustomerAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CustomerPostalAddress |
getAddress() |
CustomerAddressType |
getAddressType() |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
Customer |
getCustomer() |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
Boolean |
isDefaultAddress() |
String |
toString() |
protected CustomerPostalAddress address
protected CustomerAddressType addressType
protected OffsetDateTime createdOn
protected Customer customer
protected Boolean defaultAddress
protected Long id
protected Long linkedSpaceId
protected Integer version
public CustomerPostalAddress getAddress()
public CustomerAddressType getAddressType()
public OffsetDateTime getCreatedOn()
public Customer getCustomer()
public Boolean isDefaultAddress()
public Long getId()
public Long getLinkedSpaceId()
public Integer getVersion()
Copyright © 2022. All rights reserved.