Shipping
extends Base
in package
Class Shipping.
Table of Contents
- $attribute : ShippingAttribute
- $city : string
- $company : string
- $countryId : int
- $customerId : int
- $department : string
- $firstName : string
- $id : int
- $lastName : string
- $number : string
- $salutation : string
- $stateId : int
- $street : string
- $streetNumber : string
- $zipCode : string
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getAttribute() : ShippingAttribute
- getCity() : string
- getCompany() : string
- getCountryId() : int
- getCustomerId() : int
- getDepartment() : string
- getFirstName() : string
- getId() : int
- getLastName() : string
- getNumber() : string
- getSalutation() : string
- getStateId() : int
- getStreet() : string
- getStreetNumber() : string
- getZipCode() : string
- setAttribute() : Shipping
- setCity() : Shipping
- setCompany() : Shipping
- setCountryId() : Shipping
- setCustomerId() : Shipping
- setDepartment() : Shipping
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setFirstName() : Shipping
- setId() : Shipping
- setLastName() : Shipping
- setNumber() : Shipping
- setSalutation() : Shipping
- setStateId() : Shipping
- setStreet() : Shipping
- setStreetNumber() : Shipping
- setZipCode() : Shipping
Properties
$attribute
protected
ShippingAttribute
$attribute
$city
protected
string
$city
$company
protected
string
$company
$countryId
protected
int
$countryId
$customerId
protected
int
$customerId
$department
protected
string
$department
$firstName
protected
string
$firstName
$id
protected
int
$id
$lastName
protected
string
$lastName
$number
protected
string
$number
$salutation
protected
string
$salutation
$stateId
protected
int
$stateId
$street
protected
string
$street
$streetNumber
protected
string
$streetNumber
$zipCode
protected
string
$zipCode
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getAttribute()
public
getAttribute() : ShippingAttribute
Return values
ShippingAttribute —getCity()
public
getCity() : string
Return values
string —getCompany()
public
getCompany() : string
Return values
string —getCountryId()
public
getCountryId() : int
Return values
int —getCustomerId()
public
getCustomerId() : int
Return values
int —getDepartment()
public
getDepartment() : string
Return values
string —getFirstName()
public
getFirstName() : string
Return values
string —getId()
public
getId() : int
Return values
int —getLastName()
public
getLastName() : string
Return values
string —getNumber()
public
getNumber() : string
Return values
string —getSalutation()
public
getSalutation() : string
Return values
string —getStateId()
public
getStateId() : int
Return values
int —getStreet()
public
getStreet() : string
Return values
string —getStreetNumber()
public
getStreetNumber() : string
Return values
string —getZipCode()
public
getZipCode() : string
Return values
string —setAttribute()
public
setAttribute(ShippingAttribute $attribute) : Shipping
Parameters
- $attribute : ShippingAttribute
Return values
Shipping —setCity()
public
setCity(string $city) : Shipping
Parameters
- $city : string
Return values
Shipping —setCompany()
public
setCompany(string $company) : Shipping
Parameters
- $company : string
Return values
Shipping —setCountryId()
public
setCountryId(int $countryId) : Shipping
Parameters
- $countryId : int
Return values
Shipping —setCustomerId()
public
setCustomerId(int $customerId) : Shipping
Parameters
- $customerId : int
Return values
Shipping —setDepartment()
public
setDepartment(string $department) : Shipping
Parameters
- $department : string
Return values
Shipping —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setFirstName()
public
setFirstName(string $firstName) : Shipping
Parameters
- $firstName : string
Return values
Shipping —setId()
public
setId(int $id) : Shipping
Parameters
- $id : int
Return values
Shipping —setLastName()
public
setLastName(string $lastName) : Shipping
Parameters
- $lastName : string
Return values
Shipping —setNumber()
public
setNumber(string $number) : Shipping
Parameters
- $number : string
Return values
Shipping —setSalutation()
public
setSalutation(string $salutation) : Shipping
Parameters
- $salutation : string
Return values
Shipping —setStateId()
public
setStateId(int $stateId) : Shipping
Parameters
- $stateId : int
Return values
Shipping —setStreet()
public
setStreet(string $street) : Shipping
Parameters
- $street : string
Return values
Shipping —setStreetNumber()
public
setStreetNumber(string $streetNumber) : Shipping
Parameters
- $streetNumber : string
Return values
Shipping —setZipCode()
public
setZipCode(string $zipCode) : Shipping
Parameters
- $zipCode : string