public class CustomerActive extends AbstractCustomerActive
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
customerId, emailAddress, familyName, givenName, language, metaData, preferredCurrency| Constructor and Description |
|---|
CustomerActive() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
CustomerActive |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
CustomerActive |
version(Long version) |
customerId, emailAddress, familyName, getCustomerId, getEmailAddress, getFamilyName, getGivenName, getLanguage, getMetaData, getPreferredCurrency, givenName, language, metaData, preferredCurrency, putMetaDataItem, setCustomerId, setEmailAddress, setFamilyName, setGivenName, setLanguage, setMetaData, setPreferredCurrencypublic CustomerActive id(Long id)
public Long getId()
public void setId(Long id)
public CustomerActive version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractCustomerActivepublic int hashCode()
hashCode in class AbstractCustomerActivepublic String toString()
toString in class AbstractCustomerActiveCopyright © 2023. All rights reserved.