ShippingAttribute
extends Base
in package
Class ShippingAttribute.
Table of Contents
- $customerShippingId : int
- $id : int
- $text1 : string
- $text2 : string
- $text3 : string
- $text4 : string
- $text5 : string
- $text6 : string
- getArrayCopy() : array<string|int, mixed>
- Gets the attributes of this entity.
- getCustomerShippingId() : int
- getId() : int
- getText1() : string
- getText2() : string
- getText3() : string
- getText4() : string
- getText5() : string
- getText6() : string
- setCustomerShippingId() : ShippingAttribute
- setEntityAttributes() : $this
- Sets the attributes of this entity.
- setId() : ShippingAttribute
- setText1() : ShippingAttribute
- setText2() : ShippingAttribute
- setText3() : ShippingAttribute
- setText4() : ShippingAttribute
- setText5() : ShippingAttribute
- setText6() : ShippingAttribute
Properties
$customerShippingId
protected
int
$customerShippingId
$id
protected
int
$id
$text1
protected
string
$text1
$text2
protected
string
$text2
$text3
protected
string
$text3
$text4
protected
string
$text4
$text5
protected
string
$text5
$text6
protected
string
$text6
Methods
getArrayCopy()
Gets the attributes of this entity.
public
getArrayCopy() : array<string|int, mixed>
Return values
array<string|int, mixed> —getCustomerShippingId()
public
getCustomerShippingId() : int
Return values
int —getId()
public
getId() : int
Return values
int —getText1()
public
getText1() : string
Return values
string —getText2()
public
getText2() : string
Return values
string —getText3()
public
getText3() : string
Return values
string —getText4()
public
getText4() : string
Return values
string —getText5()
public
getText5() : string
Return values
string —getText6()
public
getText6() : string
Return values
string —setCustomerShippingId()
public
setCustomerShippingId(int $customerShippingId) : ShippingAttribute
Parameters
- $customerShippingId : int
Return values
ShippingAttribute —setEntityAttributes()
Sets the attributes of this entity.
public
setEntityAttributes(array<string|int, mixed> $attributes) : $this
Parameters
- $attributes : array<string|int, mixed>
Return values
$this —setId()
public
setId(int $id) : ShippingAttribute
Parameters
- $id : int
Return values
ShippingAttribute —setText1()
public
setText1(string $text1) : ShippingAttribute
Parameters
- $text1 : string
Return values
ShippingAttribute —setText2()
public
setText2(string $text2) : ShippingAttribute
Parameters
- $text2 : string
Return values
ShippingAttribute —setText3()
public
setText3(string $text3) : ShippingAttribute
Parameters
- $text3 : string
Return values
ShippingAttribute —setText4()
public
setText4(string $text4) : ShippingAttribute
Parameters
- $text4 : string
Return values
ShippingAttribute —setText5()
public
setText5(string $text5) : ShippingAttribute
Parameters
- $text5 : string
Return values
ShippingAttribute —setText6()
public
setText6(string $text6) : ShippingAttribute
Parameters
- $text6 : string