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 10
offsetExists($offset)

Parameters

$offset

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

Parameters

$offset
$value

in AbstractEntity at line 21
offsetGet($offset)

Parameters

$offset

in AbstractEntity at line 32
offsetUnset($offset)

Parameters

$offset

at line 68
integer getId()

Get id

Return Value

integer

at line 79
BestProduct setCategoryId(integer $categoryId)

Set category_id

Parameters

integer $categoryId

Return Value

BestProduct

at line 91
integer getCategoryId()

Get category_id

Return Value

integer

at line 102
BestProduct setRank(integer $rank)

Set rank

Parameters

integer $rank

Return Value

BestProduct

at line 114
integer getRank()

Get rank

Return Value

integer

at line 125
BestProduct setTitle(string $title)

Set title

Parameters

string $title

Return Value

BestProduct

at line 137
string getTitle()

Get title

Return Value

string

at line 148
BestProduct setComment(string $comment)

Set comment

Parameters

string $comment

Return Value

BestProduct

at line 160
string getComment()

Get comment

Return Value

string

at line 171
BestProduct setCreateDate(DateTime $createDate)

Set create_date

Parameters

DateTime $createDate

Return Value

BestProduct

at line 183
DateTime getCreateDate()

Get create_date

Return Value

DateTime

at line 194
BestProduct setUpdateDate(DateTime $updateDate)

Set update_date

Parameters

DateTime $updateDate

Return Value

BestProduct

at line 206
DateTime getUpdateDate()

Get update_date

Return Value

DateTime

at line 217
BestProduct setDelFlg(integer $delFlg)

Set del_flg

Parameters

integer $delFlg

Return Value

BestProduct

at line 229
integer getDelFlg()

Get del_flg

Return Value

integer

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

Set Product

Parameters

Product $product

Return Value

BestProduct

at line 252
Product getProduct()

Get Product

Return Value

Product

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

Set Creator

Parameters

Member $creator

Return Value

BestProduct

at line 275
Member getCreator()

Get Creator

Return Value

Member