public class CustomerAddressCreate extends AbstractCustomerAddressActive
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customer |
address, addressType| Constructor and Description |
|---|
CustomerAddressCreate() |
| Modifier and Type | Method and Description |
|---|---|
CustomerAddressCreate |
customer(Long customer) |
boolean |
equals(Object o) |
Long |
getCustomer() |
int |
hashCode() |
void |
setCustomer(Long customer) |
String |
toString() |
address, addressType, getAddress, getAddressType, setAddress, setAddressTypeprotected Long customer
public CustomerAddressCreate customer(Long customer)
public Long getCustomer()
public void setCustomer(Long customer)
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.