Module com.logicommerce.sdk
Class OrderUserImpl
java.lang.Object
com.logicommerce.sdk.models.order.implementations.OrderUserImpl
- All Implemented Interfaces:
OrderUser
OrderUserImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldbillingAddress.getEmail()Getter for the fieldemail.Getter for the fieldgender.Getter for the fieldshippingAddress.voidsetBillingAddress(UserAddress billingAddress) Setter for the fieldbillingAddress.voidSetter for the fieldemail.voidSetter for the fieldgender.voidsetShippingAddress(UserAddress shippingAddress) Setter for the fieldshippingAddress.
-
Constructor Details
-
OrderUserImpl
public OrderUserImpl()
-
-
Method Details
-
getEmail
Getter for the field
email. -
getGender
Getter for the field
gender. -
getBillingAddress
Getter for the field
billingAddress.- Specified by:
getBillingAddressin interfaceOrderUser- Returns:
- a
UserAddressobject
-
getShippingAddress
Getter for the field
shippingAddress.- Specified by:
getShippingAddressin interfaceOrderUser- Returns:
- a
UserAddressobject
-
setEmail
Setter for the field
email.- Parameters:
email- aStringobject
-
setGender
Setter for the field
gender.- Parameters:
gender- aGenderobject
-
setBillingAddress
Setter for the field
billingAddress.- Parameters:
billingAddress- aUserAddressobject
-
setShippingAddress
Setter for the field
shippingAddress.- Parameters:
shippingAddress- aUserAddressobject
-