\Table(name="product_dependence") \Entity
Definition at line 13 of file ProductDependence.php.
Public Member Functions | |
getIdProductDependence () | |
setIdProductType ($idProductType) | |
getIdProductType () | |
setIdDependonType ($idDependonType) | |
getIdDependonType () | |
setBlMandatory ($blMandatory) | |
getBlMandatory () | |
Private Attributes | |
$idProductDependence | |
$idProductType | |
$idDependonType | |
$blMandatory |
Etrali\GinangBundle\Entity\ProductDependence::getBlMandatory | ( | ) |
Etrali\GinangBundle\Entity\ProductDependence::getIdDependonType | ( | ) |
Etrali\GinangBundle\Entity\ProductDependence::getIdProductDependence | ( | ) |
Etrali\GinangBundle\Entity\ProductDependence::getIdProductType | ( | ) |
Etrali\GinangBundle\Entity\ProductDependence::setBlMandatory | ( | $ | blMandatory | ) |
Set blMandatory
boolean | $blMandatory |
Definition at line 99 of file ProductDependence.php.
Etrali\GinangBundle\Entity\ProductDependence::setIdDependonType | ( | $ | idDependonType | ) |
Set idDependonType
integer | $idDependonType |
Definition at line 76 of file ProductDependence.php.
Etrali\GinangBundle\Entity\ProductDependence::setIdProductType | ( | $ | idProductType | ) |
Set idProductType
integer | $idProductType |
Definition at line 53 of file ProductDependence.php.
Etrali::GinangBundle::Entity\ProductDependence::$blMandatory [private] |
Definition at line 33 of file ProductDependence.php.
Etrali::GinangBundle::Entity\ProductDependence::$idDependonType [private] |
Definition at line 28 of file ProductDependence.php.
Etrali::GinangBundle::Entity\ProductDependence::$idProductDependence [private] |
Definition at line 18 of file ProductDependence.php.
Etrali::GinangBundle::Entity\ProductDependence::$idProductType [private] |
Definition at line 23 of file ProductDependence.php.