Module com.logicommerce.sdk
Class OrderDeliveryPhysicalLocationImpl
java.lang.Object
com.logicommerce.sdk.models.order.implementations.OrderDeliveryPhysicalLocationImpl
- All Implemented Interfaces:
OrderDeliveryPhysicalLocation
public class OrderDeliveryPhysicalLocationImpl
extends Object
implements OrderDeliveryPhysicalLocation
OrderDeliveryPhysicalLocationImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldaddress.getCity()Getter for the fieldcity.Getter for the fieldlocation.getName()Getter for the fieldname.intGetter for the fieldphysicalLocationId.Getter for the fieldphysicalLocationPId.Getter for the fieldpostalCode.getState()Getter for the fieldstate.voidsetAddress(String address) Setter for the fieldaddress.voidSetter for the fieldcity.voidsetLocation(Location location) Setter for the fieldlocation.voidSetter for the fieldname.voidsetPhysicalLocationId(int physicalLocationId) Setter for the fieldphysicalLocationId.voidsetPhysicalLocationPId(String physicalLocationPId) Setter for the fieldphysicalLocationPId.voidsetPostalCode(String postalCode) Setter for the fieldpostalCode.voidSetter for the fieldstate.
-
Field Details
-
location
-
-
Constructor Details
-
OrderDeliveryPhysicalLocationImpl
public OrderDeliveryPhysicalLocationImpl()
-
-
Method Details
-
getLocation
Getter for the field
location.- Specified by:
getLocationin interfaceOrderDeliveryPhysicalLocation- Returns:
- a
Locationobject
-
getPhysicalLocationId
public int getPhysicalLocationId()Getter for the field
physicalLocationId.- Specified by:
getPhysicalLocationIdin interfaceOrderDeliveryPhysicalLocation- Returns:
- a int
-
getPhysicalLocationPId
Getter for the field
physicalLocationPId.- Specified by:
getPhysicalLocationPIdin interfaceOrderDeliveryPhysicalLocation- Returns:
- a
Stringobject
-
getName
Getter for the field
name.- Specified by:
getNamein interfaceOrderDeliveryPhysicalLocation- Returns:
- a
Stringobject
-
getAddress
Getter for the field
address.- Specified by:
getAddressin interfaceOrderDeliveryPhysicalLocation- Returns:
- a
Stringobject
-
getCity
Getter for the field
city.- Specified by:
getCityin interfaceOrderDeliveryPhysicalLocation- Returns:
- a
Stringobject
-
getState
Getter for the field
state.- Specified by:
getStatein interfaceOrderDeliveryPhysicalLocation- Returns:
- a
Stringobject
-
getPostalCode
Getter for the field
postalCode.- Specified by:
getPostalCodein interfaceOrderDeliveryPhysicalLocation- Returns:
- a
Stringobject
-
setLocation
Setter for the field
location.- Parameters:
location- aLocationobject
-
setPhysicalLocationId
public void setPhysicalLocationId(int physicalLocationId) Setter for the field
physicalLocationId.- Parameters:
physicalLocationId- a int
-
setPhysicalLocationPId
Setter for the field
physicalLocationPId.- Parameters:
physicalLocationPId- aStringobject
-
setName
Setter for the field
name.- Parameters:
name- aStringobject
-
setAddress
Setter for the field
address.- Parameters:
address- aStringobject
-
setCity
Setter for the field
city.- Parameters:
city- aStringobject
-
setState
Setter for the field
state.- Parameters:
state- aStringobject
-
setPostalCode
Setter for the field
postalCode.- Parameters:
postalCode- aStringobject
-