Gina Next Generation
 All Classes Namespaces Files Functions Variables
Public Member Functions | Private Attributes
Etrali\GinangBundle\Entity\ProductDependence Class Reference

Detailed Description

ProductDependence

\Table(name="product_dependence") \Entity

Definition at line 13 of file ProductDependence.php.

List of all members.

Public Member Functions

 getIdProductDependence ()
 setIdProductType ($idProductType)
 getIdProductType ()
 setIdDependonType ($idDependonType)
 getIdDependonType ()
 setBlMandatory ($blMandatory)
 getBlMandatory ()

Private Attributes

 $idProductDependence
 $idProductType
 $idDependonType
 $blMandatory

Member Function Documentation

Etrali\GinangBundle\Entity\ProductDependence::getBlMandatory ( )

Get blMandatory

Returns:
boolean

Definition at line 111 of file ProductDependence.php.

Etrali\GinangBundle\Entity\ProductDependence::getIdDependonType ( )

Get idDependonType

Returns:
integer

Definition at line 88 of file ProductDependence.php.

Etrali\GinangBundle\Entity\ProductDependence::getIdProductDependence ( )

Get idProductDependence

Returns:
integer

Definition at line 42 of file ProductDependence.php.

Etrali\GinangBundle\Entity\ProductDependence::getIdProductType ( )

Get idProductType

Returns:
integer

Definition at line 65 of file ProductDependence.php.

Etrali\GinangBundle\Entity\ProductDependence::setBlMandatory ( blMandatory)

Set blMandatory

Parameters:
boolean$blMandatory
Returns:
ProductDependence

Definition at line 99 of file ProductDependence.php.

Etrali\GinangBundle\Entity\ProductDependence::setIdDependonType ( idDependonType)

Set idDependonType

Parameters:
integer$idDependonType
Returns:
ProductDependence

Definition at line 76 of file ProductDependence.php.

Etrali\GinangBundle\Entity\ProductDependence::setIdProductType ( idProductType)

Set idProductType

Parameters:
integer$idProductType
Returns:
ProductDependence

Definition at line 53 of file ProductDependence.php.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables