\Table(name="service_option") \Entity
Definition at line 13 of file ServiceOption.php.
Public Member Functions | |
| getIdServiceOptions () | |
| setNbQuantity ($nbQuantity) | |
| getNbQuantity () | |
| setDtCreate ($dtCreate) | |
| getDtCreate () | |
| setDtUpdate ($dtUpdate) | |
| getDtUpdate () | |
| setBlDeactivated ($blDeactivated) | |
| getBlDeactivated () | |
| setIdOptionType (\Etrali\GinangBundle\Entity\OptionType $idOptionType=null) | |
| getIdOptionType () | |
| setIdService (\Etrali\GinangBundle\Entity\Service $idService=null) | |
| getIdService () | |
Private Attributes | |
| $idServiceOptions | |
| $nbQuantity | |
| $dtCreate | |
| $dtUpdate | |
| $blDeactivated | |
| $idOptionType | |
| $idService | |
| Etrali\GinangBundle\Entity\ServiceOption::getBlDeactivated | ( | ) |
| Etrali\GinangBundle\Entity\ServiceOption::getDtCreate | ( | ) |
| Etrali\GinangBundle\Entity\ServiceOption::getDtUpdate | ( | ) |
| Etrali\GinangBundle\Entity\ServiceOption::getIdOptionType | ( | ) |
Get idOptionType
Definition at line 172 of file ServiceOption.php.
| Etrali\GinangBundle\Entity\ServiceOption::getIdService | ( | ) |
Get idService
Definition at line 195 of file ServiceOption.php.
| Etrali\GinangBundle\Entity\ServiceOption::getIdServiceOptions | ( | ) |
| Etrali\GinangBundle\Entity\ServiceOption::getNbQuantity | ( | ) |
| Etrali\GinangBundle\Entity\ServiceOption::setBlDeactivated | ( | $ | blDeactivated | ) |
Set blDeactivated
| boolean | $blDeactivated |
Definition at line 137 of file ServiceOption.php.
| Etrali\GinangBundle\Entity\ServiceOption::setDtCreate | ( | $ | dtCreate | ) |
Set dtCreate
| \\DateTime | $dtCreate |
Definition at line 91 of file ServiceOption.php.
| Etrali\GinangBundle\Entity\ServiceOption::setDtUpdate | ( | $ | dtUpdate | ) |
Set dtUpdate
| \\DateTime | $dtUpdate |
Definition at line 114 of file ServiceOption.php.
| Etrali\GinangBundle\Entity\ServiceOption::setIdOptionType | ( | \Etrali\GinangBundle\Entity\OptionType $ | idOptionType = null | ) |
Set idOptionType
| \\Etrali\\GinangBundle\\Entity\\OptionType | $idOptionType |
Definition at line 160 of file ServiceOption.php.
| Etrali\GinangBundle\Entity\ServiceOption::setIdService | ( | \Etrali\GinangBundle\Entity\Service $ | idService = null | ) |
Set idService
| \\Etrali\\GinangBundle\\Entity\\Service | $idService |
Definition at line 183 of file ServiceOption.php.
| Etrali\GinangBundle\Entity\ServiceOption::setNbQuantity | ( | $ | nbQuantity | ) |
Set nbQuantity
| integer | $nbQuantity |
Definition at line 68 of file ServiceOption.php.
Etrali::GinangBundle::Entity\ServiceOption::$blDeactivated [private] |
Definition at line 38 of file ServiceOption.php.
Etrali::GinangBundle::Entity\ServiceOption::$dtCreate [private] |
Definition at line 28 of file ServiceOption.php.
Etrali::GinangBundle::Entity\ServiceOption::$dtUpdate [private] |
Definition at line 33 of file ServiceOption.php.
Etrali::GinangBundle::Entity\ServiceOption::$idOptionType [private] |
Definition at line 43 of file ServiceOption.php.
Etrali::GinangBundle::Entity\ServiceOption::$idService [private] |
Definition at line 48 of file ServiceOption.php.
Etrali::GinangBundle::Entity\ServiceOption::$idServiceOptions [private] |
Definition at line 18 of file ServiceOption.php.
Etrali::GinangBundle::Entity\ServiceOption::$nbQuantity [private] |
Definition at line 23 of file ServiceOption.php.
1.7.6.1