public class CustomerAddressActive extends AbstractCustomerAddressActive
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected Long |
version |
address, addressType| Constructor and Description |
|---|
CustomerAddressActive() |
| 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() |
CustomerAddressActive |
id(Long id) |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
CustomerAddressActive |
version(Long version) |
address, addressType, getAddress, getAddressType, setAddress, setAddressTypepublic CustomerAddressActive id(Long id)
public Long getId()
public void setId(Long id)
public CustomerAddressActive version(Long version)
public Long getVersion()
public void setVersion(Long version)
public boolean equals(Object o)
equals in class AbstractCustomerAddressActivepublic int hashCode()
hashCode in class AbstractCustomerAddressActivepublic String toString()
toString in class AbstractCustomerAddressActiveCopyright © 2021. All rights reserved.