\Table(name="customer_address") \Entity
Definition at line 13 of file CustomerAddress.php.
Public Member Functions | |
getId () | |
setIdCustomer (\Etrali\GinangBundle\Entity\Customer $idCustomer=null) | |
getIdCustomer () | |
setIdAddress (\Etrali\GinangBundle\Entity\Address $idAddress=null) | |
getIdAddress () | |
Private Attributes | |
$id | |
$idCustomer | |
$idAddress |
Etrali\GinangBundle\Entity\CustomerAddress::getId | ( | ) |
Etrali\GinangBundle\Entity\CustomerAddress::getIdAddress | ( | ) |
Get idAddress
Definition at line 83 of file CustomerAddress.php.
Etrali\GinangBundle\Entity\CustomerAddress::getIdCustomer | ( | ) |
Get idCustomer
Definition at line 60 of file CustomerAddress.php.
Etrali\GinangBundle\Entity\CustomerAddress::setIdAddress | ( | \Etrali\GinangBundle\Entity\Address $ | idAddress = null | ) |
Set idAddress
\\Etrali\\GinangBundle\\Entity\\Address | $idAddress |
Definition at line 71 of file CustomerAddress.php.
Etrali\GinangBundle\Entity\CustomerAddress::setIdCustomer | ( | \Etrali\GinangBundle\Entity\Customer $ | idCustomer = null | ) |
Set idCustomer
\\Etrali\\GinangBundle\\Entity\\Customer | $idCustomer |
Definition at line 48 of file CustomerAddress.php.
Etrali::GinangBundle::Entity\CustomerAddress::$id [private] |
Definition at line 18 of file CustomerAddress.php.
Etrali::GinangBundle::Entity\CustomerAddress::$idAddress [private] |
Definition at line 28 of file CustomerAddress.php.
Etrali::GinangBundle::Entity\CustomerAddress::$idCustomer [private] |
Definition at line 23 of file CustomerAddress.php.