SpecialOffer
class SpecialOffer implements PrimaryKeyInterface
Class SpecialOffer
Properties
| protected DateTime | $startDate | ||
| protected DateTime | $endDate | ||
| protected ArrayCollection | $users | ||
| protected ProductAttributeValues | $productAttributeValue |
Methods
integer
getId()
No description
setId(int $id)
No description
mixed
getName()
No description
setName(mixed $name)
No description
mixed
getDescription()
No description
setDescription(mixed $description)
No description
ArrayCollection
getUsers()
No description
setUsers(ArrayCollection $users)
No description
mixed
getProduct()
No description
setProduct(mixed $product)
No description
getStartDate()
No description
mixed
getEndDate()
No description
setEndDate(mixed $endDate)
No description
mixed
getAllUsersSelected()
No description
setAllUsersSelected(mixed $allUsersSelected)
No description
__construct()
SpecialOffer constructor.
removeAllUsers()
No description
mixed
getTypeOfDiscount()
No description
$this
setTypeOfDiscount(mixed $typeOfDiscount)
No description
mixed
getDiscount()
No description
$this
setDiscount(mixed $discount)
No description
mixed
getPercentage()
No description
$this
setPercentage(mixed $percentage)
No description
getProductAttributeValue()
No description
Details
at line 125
integer
getId()
at line 133
setId(int $id)
at line 143
mixed
getName()
at line 151
setName(mixed $name)
at line 159
mixed
getDescription()
at line 167
setDescription(mixed $description)
at line 175
ArrayCollection
getUsers()
at line 183
setUsers(ArrayCollection $users)
at line 191
mixed
getProduct()
at line 199
setProduct(mixed $product)
at line 207
DateTime
getStartDate()
at line 215
setStartDate(DateTime $startDate)
at line 223
mixed
getEndDate()
at line 231
setEndDate(mixed $endDate)
at line 239
mixed
getAllUsersSelected()
at line 247
setAllUsersSelected(mixed $allUsersSelected)
at line 255
__construct()
SpecialOffer constructor.