class BestProduct extends AbstractEntity

BestProduct

Methods

offsetExists($offset)

No description

offsetSet($offset, $value)

No description

offsetGet($offset)

No description

offsetUnset($offset)

No description

integer
getId()

Get id

setCategoryId(integer $categoryId)

Set category_id

integer
getCategoryId()

Get category_id

setRank(integer $rank)

Set rank

integer
getRank()

Get rank

setTitle(string $title)

Set title

string
getTitle()

Get title

setComment(string $comment)

Set comment

string
getComment()

Get comment

setCreateDate(DateTime $createDate)

Set create_date

getCreateDate()

Get create_date

setUpdateDate(DateTime $updateDate)

Set update_date

getUpdateDate()

Get update_date

setDelFlg(integer $delFlg)

Set del_flg

integer
getDelFlg()

Get del_flg

setProduct(Product $product = null)

Set Product

getProduct()

Get Product

setCreator(Member $creator = null)

Set Creator

getCreator()

Get Creator

Details

in AbstractEntity at line 32
offsetExists($offset)

Parameters

$offset

in AbstractEntity at line 39
offsetSet($offset, $value)

Parameters

$offset
$value

in AbstractEntity at line 43
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 54
offsetUnset($offset)

Parameters

$offset

at line 87
integer getId()

Get id

Return Value

integer

at line 98
BestProduct setCategoryId(integer $categoryId)

Set category_id

Parameters

integer $categoryId

Return Value

BestProduct

at line 110
integer getCategoryId()

Get category_id

Return Value

integer

at line 121
BestProduct setRank(integer $rank)

Set rank

Parameters

integer $rank

Return Value

BestProduct

at line 133
integer getRank()

Get rank

Return Value

integer

at line 144
BestProduct setTitle(string $title)

Set title

Parameters

string $title

Return Value

BestProduct

at line 156
string getTitle()

Get title

Return Value

string

at line 167
BestProduct setComment(string $comment)

Set comment

Parameters

string $comment

Return Value

BestProduct

at line 179
string getComment()

Get comment

Return Value

string

at line 190
BestProduct setCreateDate(DateTime $createDate)

Set create_date

Parameters

DateTime $createDate

Return Value

BestProduct

at line 202
DateTime getCreateDate()

Get create_date

Return Value

DateTime

at line 213
BestProduct setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

BestProduct

at line 225
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 236
BestProduct setDelFlg(integer $delFlg)

Set del_flg

Parameters

integer $delFlg

Return Value

BestProduct

at line 248
integer getDelFlg()

Get del_flg

Return Value

integer

at line 259
BestProduct setProduct(Product $product = null)

Set Product

Parameters

Product $product

Return Value

BestProduct

at line 271
Product getProduct()

Get Product

Return Value

Product

at line 282
BestProduct setCreator(Member $creator = null)

Set Creator

Parameters

Member $creator

Return Value

BestProduct

at line 294
Member getCreator()

Get Creator

Return Value

Member