SupplierOrderAttachment

Extends \Shopware\Components\Model\ModelEntity

ORM\Entity
ORM\Table

(name="pickware_erp_supplier_order_attachments")

package

Default

Methods

__construct

__construct(\Shopware\CustomModels\ViisonPickwareERP\SupplierOrder\SupplierOrder $supplierOrder, \Shopware\CustomModels\ViisonPickwareERP\AttachmentMedia\AttachmentMedia $media) 

getDate

getDate() : \DateTime

Response

\DateTime

getFilename

getFilename() : string

Response

string

getId

getId() : integer

Response

integer

getMedia

getMedia() : \Shopware\CustomModels\ViisonPickwareERP\AttachmentMedia\AttachmentMedia

getSupplierOrder

getSupplierOrder() : \Shopware\CustomModels\ViisonPickwareERP\SupplierOrder\SupplierOrder

setDate

setDate(\DateTime|string $date) 

Arguments

$date

\DateTime|string

setFilename

setFilename(string $filename) 

Arguments

$filename

string

setMedia

setMedia(\Shopware\CustomModels\ViisonPickwareERP\AttachmentMedia\AttachmentMedia $media)