Documentation

AmazonProduct
in package
implements JsonSerializable

Class AmazonProduct

Tags
ORM\Entity

()

ORM\Table

(name="amazon_product")

Table of Contents

Interfaces

JsonSerializable

Properties

$addDelete  : string
$asin  : string
$asin2  : string
$asin3  : string
$bidForFeaturedPlacement  : string
$client  : Client
$expeditedShipping  : int
$fulfillmentChannel  : string
$id  : int|null
$imageUrl  : string
$itemCondition  : int
$itemDescription  : string
$itemIsMarketplace  : string
$itemName  : string
$itemNote  : string
$listingId  : string
$openDate  : DateTime
$pendingQuantity  : int
$product  : Product|null
$productId  : string
$productIdType  : int
$quantity  : int
$sku  : string
$status  : bool
$userModule  : UserModule
$willShipInternationally  : int
$zshopBoldface  : string
$zshopBrowsePath  : string
$zshopCategory1  : int
$zshopShippingFee  : int
$zshopStorefrontFeature  : string

Methods

getAsin()  : string
getClient()  : Client
getId()  : int
getItemDescription()  : string
getItemName()  : string
getOpenDate()  : DateTime
Get the value of openDate
getProduct()  : Product|null
getQuantity()  : int
Get the value of quantity
getSku()  : string
getStatus()  : bool
getUser()  : Client
getUserModule()  : UserModule
jsonSerialize()  : mixed
setAsin()  : self
Set $asin
setClient()  : void
setItemDescription()  : void
setItemName()  : void
setOpenDate()  : self
Set the value of openDate
setProduct()  : self
Set $product
setQuantity()  : self
Set the value of quantity
setSku()  : self
Set $sku
setStatus()  : void
setUser()  : void
setUserModule()  : void

Properties

$addDelete

private string $addDelete = ""
Tags
ORM\Column

(type="string", name="add_delete")

$asin

private string $asin
Tags
ORM\Column

(type="string", name="asin")

$asin2

private string $asin2 = ""
Tags
ORM\Column

(type="string", name="asin2")

$asin3

private string $asin3 = ""
Tags
ORM\Column

(type="string", name="asin3")

$bidForFeaturedPlacement

private string $bidForFeaturedPlacement = ""
Tags
ORM\Column

(type="string", name="bid_for_featured_placement")

$client

private Client $client
Tags
MaxDepth

(1)

ORM\ManyToOne

(targetEntity="Client", inversedBy="amazonProduct")

ORM\JoinColumn

(name="user_id", referencedColumnName="id")

$expeditedShipping

private int $expeditedShipping = 0
Tags
ORM\Column

(type="integer", name="expedited_shipping")

$fulfillmentChannel

private string $fulfillmentChannel = ""
Tags
ORM\Column

(type="string", name="fulfillment_channel")

$id

private int|null $id
Tags
ORM\Id
ORM\GeneratedValue
ORM\Column

(type="integer", name="id")

$imageUrl

private string $imageUrl = ""
Tags
ORM\Column

(type="string", name="image_url")

$itemCondition

private int $itemCondition = 11
Tags
ORM\Column

(type="integer", name="item_condition")

$itemDescription

private string $itemDescription
Tags
ORM\Column

(type="string", name="item_description")

$itemIsMarketplace

private string $itemIsMarketplace = "y"
Tags
ORM\Column

(type="string", name="item_is_marketplace")

$itemName

private string $itemName
Tags
ORM\Column

(type="string", name="item_name")

$itemNote

private string $itemNote = ""
Tags
ORM\Column

(type="string", name="item_note")

$listingId

private string $listingId = ""
Tags
ORM\Column

(type="string", name="listing_id")

$openDate

private DateTime $openDate
Tags
ORM\Column

(type="datetime", name="open_date")

$pendingQuantity

private int $pendingQuantity = 0
Tags
ORM\Column

(type="integer", name="pending_quantity")

$product

private Product|null $product
Tags
MaxDepth

(1)

ORM\ManyToOne

(targetEntity="Product", inversedBy="amazonProduct")

ORM\JoinColumn

(name="prod_id", referencedColumnName="id")

$productId

private string $productId = ""
Tags
ORM\Column

(type="string", name="product_id")

$productIdType

private int $productIdType = 1
Tags
ORM\Column

(type="integer", name="product_id_type")

$quantity

private int $quantity = 0
Tags
ORM\Column

(type="integer", name="quantity")

$sku

private string $sku
Tags
ORM\Column

(type="string", name="sku")

$status

private bool $status
Tags
ORM\Column

(type="boolean", name="status")

$userModule

private UserModule $userModule
Tags
ORM\ManyToOne

(targetEntity="UserModule")

ORM\JoinColumn

(name="user_module_id", referencedColumnName="id")

$willShipInternationally

private int $willShipInternationally = 0
Tags
ORM\Column

(type="integer", name="will_ship_internationally")

$zshopBoldface

private string $zshopBoldface = ""
Tags
ORM\Column

(type="string", name="zshop_boldface")

$zshopBrowsePath

private string $zshopBrowsePath = ""
Tags
ORM\Column

(type="string", name="zshop_browse_path")

$zshopCategory1

private int $zshopCategory1 = 0
Tags
ORM\Column

(type="integer", name="zshop_category1")

$zshopShippingFee

private int $zshopShippingFee = 0
Tags
ORM\Column

(type="integer", name="zshop_shipping_fee")

$zshopStorefrontFeature

private string $zshopStorefrontFeature = ""
Tags
ORM\Column

(type="string", name="zshop_storefront_feature")

Methods

getAsin()

public getAsin() : string
Return values
string

$asin;

getItemDescription()

public getItemDescription() : string
Return values
string

$itemDescription

getItemName()

public getItemName() : string
Return values
string

$itemName

getOpenDate()

Get the value of openDate

public getOpenDate() : DateTime
Return values
DateTime

getQuantity()

Get the value of quantity

public getQuantity() : int
Return values
int

getSku()

public getSku() : string
Tags
@return

$sku;

Return values
string

getStatus()

public getStatus() : bool
Return values
bool

$status

setAsin()

Set $asin

public setAsin(string $asin) : self
Parameters
$asin : string

$asin

Return values
self

setItemDescription()

public setItemDescription(string $itemDescription) : void
Parameters
$itemDescription : string

setItemName()

public setItemName(string $itemName) : void
Parameters
$itemName : string

setOpenDate()

Set the value of openDate

public setOpenDate(DateTime $openDate) : self
Parameters
$openDate : DateTime
Return values
self

setProduct()

Set $product

public setProduct(Product|null $product) : self
Parameters
$product : Product|null

$product

Return values
self

setQuantity()

Set the value of quantity

public setQuantity(int $quantity) : self
Parameters
$quantity : int
Return values
self

setSku()

Set $sku

public setSku(string $sku) : self
Parameters
$sku : string

$sku

Return values
self

setStatus()

public setStatus(bool $status) : void
Parameters
$status : bool

        
On this page

Search results