public class ShippingAddress extends Dto
| Constructor and Description |
|---|
ShippingAddress() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
java.lang.String |
getRecipientName() |
java.util.Map<java.lang.String,java.lang.reflect.Type> |
getSubObjects()
Gets map which property is an object and what type of object.
|
void |
setAddress(Address address) |
void |
setRecipientName(java.lang.String recipientName) |
getDependentObjects, getReadOnlyProperties, getValuespublic java.lang.String getRecipientName()
public void setRecipientName(java.lang.String recipientName)
public Address getAddress()
public void setAddress(Address address)
public java.util.Map<java.lang.String,java.lang.reflect.Type> getSubObjects()
DtogetSubObjects in class Dto