ReturnShipmentInternalComment

Extends \Shopware\Components\Model\ModelEntity

ORM\Entity
ORM\Table

(name="pickware_erp_return_shipment_internal_comments")

package

Default

Methods

__construct

__construct(\Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipment $returnShipment) 

getComment

getComment() : string

Response

string

getCreated

getCreated() : \DateTime

Response

\DateTime

getId

getId() : integer

Response

integer

getReturnShipment

getReturnShipment() : \Shopware\CustomModels\ViisonPickwareERP\ReturnShipment\ReturnShipment

getUser

getUser() : \Shopware\Models\User\User|null

Response

\Shopware\Models\User\User|null

setComment

setComment(string $comment) 

Arguments

$comment

string

setCreated

setCreated(\DateTime $created) 

Arguments

$created

\DateTime

setUser

setUser(\Shopware\Models\User\User|null $user = null) 

Arguments

$user

\Shopware\Models\User\User|null