\Table(name="product_caracs") \Entity
Definition at line 13 of file ProductCaracs.php.
Public Member Functions | |
| getIdProductCaracs () | |
| setLbCarac ($lbCarac) | |
| getLbCarac () | |
| setValue1 ($value1) | |
| getValue1 () | |
| setValue2 ($value2) | |
| getValue2 () | |
| setBlMandatory ($blMandatory) | |
| getBlMandatory () | |
| setPosition ($position) | |
| getPosition () | |
| setIdProductType (\Etrali\GinangBundle\Entity\ProductType $idProductType=null) | |
| getIdProductType () | |
| setIdWidgetType (\Etrali\GinangBundle\Entity\WidgetType $idWidgetType=null) | |
| getIdWidgetType () | |
Private Attributes | |
| $idProductCaracs | |
| $lbCarac | |
| $value1 | |
| $value2 | |
| $blMandatory | |
| $position | |
| $idProductType | |
| $idWidgetType | |
| Etrali\GinangBundle\Entity\ProductCaracs::getBlMandatory | ( | ) |
| Etrali\GinangBundle\Entity\ProductCaracs::getIdProductCaracs | ( | ) |
| Etrali\GinangBundle\Entity\ProductCaracs::getIdProductType | ( | ) |
Get idProductType
Definition at line 200 of file ProductCaracs.php.
| Etrali\GinangBundle\Entity\ProductCaracs::getIdWidgetType | ( | ) |
Get idWidgetType
Definition at line 223 of file ProductCaracs.php.
| Etrali\GinangBundle\Entity\ProductCaracs::getLbCarac | ( | ) |
| Etrali\GinangBundle\Entity\ProductCaracs::getPosition | ( | ) |
| Etrali\GinangBundle\Entity\ProductCaracs::getValue1 | ( | ) |
| Etrali\GinangBundle\Entity\ProductCaracs::getValue2 | ( | ) |
| Etrali\GinangBundle\Entity\ProductCaracs::setBlMandatory | ( | $ | blMandatory | ) |
Set blMandatory
| integer | $blMandatory |
Definition at line 142 of file ProductCaracs.php.
| Etrali\GinangBundle\Entity\ProductCaracs::setIdProductType | ( | \Etrali\GinangBundle\Entity\ProductType $ | idProductType = null | ) |
Set idProductType
| \\Etrali\\GinangBundle\\Entity\\ProductType | $idProductType |
Definition at line 188 of file ProductCaracs.php.
| Etrali\GinangBundle\Entity\ProductCaracs::setIdWidgetType | ( | \Etrali\GinangBundle\Entity\WidgetType $ | idWidgetType = null | ) |
Set idWidgetType
| \\Etrali\\GinangBundle\\Entity\\WidgetType | $idWidgetType |
Definition at line 211 of file ProductCaracs.php.
| Etrali\GinangBundle\Entity\ProductCaracs::setLbCarac | ( | $ | lbCarac | ) |
Set lbCarac
| string | $lbCarac |
Definition at line 73 of file ProductCaracs.php.
| Etrali\GinangBundle\Entity\ProductCaracs::setPosition | ( | $ | position | ) |
Set position
| integer | $position |
Definition at line 165 of file ProductCaracs.php.
| Etrali\GinangBundle\Entity\ProductCaracs::setValue1 | ( | $ | value1 | ) |
Set value1
| string | $value1 |
Definition at line 96 of file ProductCaracs.php.
| Etrali\GinangBundle\Entity\ProductCaracs::setValue2 | ( | $ | value2 | ) |
Set value2
| string | $value2 |
Definition at line 119 of file ProductCaracs.php.
Etrali::GinangBundle::Entity\ProductCaracs::$blMandatory [private] |
Definition at line 38 of file ProductCaracs.php.
Etrali::GinangBundle::Entity\ProductCaracs::$idProductCaracs [private] |
Definition at line 18 of file ProductCaracs.php.
Etrali::GinangBundle::Entity\ProductCaracs::$idProductType [private] |
Definition at line 48 of file ProductCaracs.php.
Etrali::GinangBundle::Entity\ProductCaracs::$idWidgetType [private] |
Definition at line 53 of file ProductCaracs.php.
Etrali::GinangBundle::Entity\ProductCaracs::$lbCarac [private] |
Definition at line 23 of file ProductCaracs.php.
Etrali::GinangBundle::Entity\ProductCaracs::$position [private] |
Definition at line 43 of file ProductCaracs.php.
Etrali::GinangBundle::Entity\ProductCaracs::$value1 [private] |
Definition at line 28 of file ProductCaracs.php.
Etrali::GinangBundle::Entity\ProductCaracs::$value2 [private] |
Definition at line 33 of file ProductCaracs.php.
1.7.6.1