Public Member Functions | |
getIdCountry () | |
setCdCountry ($cdCountry) | |
getCdCountry () | |
setLbCountry ($lbCountry) | |
getLbCountry () | |
setBlDeactivated ($blDeactivated) | |
getBlDeactivated () | |
setDtCreate ($dtCreate) | |
getDtCreate () | |
setDtUpdate ($dtUpdate) | |
getDtUpdate () | |
setIdUserCreateBy (\Etrali\GinangBundle\Entity\User $idUserCreateBy=null) | |
getIdUserCreateBy () | |
setIdUserUpdateBy (\Etrali\GinangBundle\Entity\User $idUserUpdateBy=null) | |
getIdUserUpdateBy () | |
__toString () | |
Private Attributes | |
$idCountry | |
$cdCountry | |
$lbCountry | |
$blDeactivated = true | |
$dtCreate | |
$dtUpdate | |
$idUserCreateBy | |
$idUserUpdateBy |
Etrali\GinangBundle\Entity\Country::__toString | ( | ) |
Definition at line 232 of file Country.php.
Etrali\GinangBundle\Entity\Country::getBlDeactivated | ( | ) |
Etrali\GinangBundle\Entity\Country::getCdCountry | ( | ) |
Etrali\GinangBundle\Entity\Country::getDtCreate | ( | ) |
Etrali\GinangBundle\Entity\Country::getDtUpdate | ( | ) |
Etrali\GinangBundle\Entity\Country::getIdCountry | ( | ) |
Etrali\GinangBundle\Entity\Country::getIdUserCreateBy | ( | ) |
Get idUserCreateBy
Definition at line 204 of file Country.php.
Etrali\GinangBundle\Entity\Country::getIdUserUpdateBy | ( | ) |
Get idUserUpdateBy
Definition at line 227 of file Country.php.
Etrali\GinangBundle\Entity\Country::getLbCountry | ( | ) |
Etrali\GinangBundle\Entity\Country::setBlDeactivated | ( | $ | blDeactivated | ) |
Set blDeactivated
boolean | $blDeactivated |
Definition at line 123 of file Country.php.
Etrali\GinangBundle\Entity\Country::setCdCountry | ( | $ | cdCountry | ) |
Set cdCountry
string | $cdCountry |
Definition at line 77 of file Country.php.
Etrali\GinangBundle\Entity\Country::setDtCreate | ( | $ | dtCreate | ) |
Set dtCreate
\\DateTime | $dtCreate |
Definition at line 146 of file Country.php.
Etrali\GinangBundle\Entity\Country::setDtUpdate | ( | $ | dtUpdate | ) |
Set dtUpdate
\\DateTime | $dtUpdate |
Definition at line 169 of file Country.php.
Etrali\GinangBundle\Entity\Country::setIdUserCreateBy | ( | \Etrali\GinangBundle\Entity\User $ | idUserCreateBy = null | ) |
Set idUserCreateBy
\\Etrali\\GinangBundle\\Entity\\User | $idUserCreateBy |
Definition at line 192 of file Country.php.
Etrali\GinangBundle\Entity\Country::setIdUserUpdateBy | ( | \Etrali\GinangBundle\Entity\User $ | idUserUpdateBy = null | ) |
Set idUserUpdateBy
\\Etrali\\GinangBundle\\Entity\\User | $idUserUpdateBy |
Definition at line 215 of file Country.php.
Etrali\GinangBundle\Entity\Country::setLbCountry | ( | $ | lbCountry | ) |
Set lbCountry
string | $lbCountry |
Definition at line 100 of file Country.php.
Etrali::GinangBundle::Entity\Country::$blDeactivated = true [private] |
Definition at line 37 of file Country.php.
Etrali::GinangBundle::Entity\Country::$cdCountry [private] |
Definition at line 27 of file Country.php.
Etrali::GinangBundle::Entity\Country::$dtCreate [private] |
Definition at line 42 of file Country.php.
Etrali::GinangBundle::Entity\Country::$dtUpdate [private] |
Definition at line 47 of file Country.php.
integer Etrali::GinangBundle::Entity\Country::$idCountry [private] |
\Column(name="id_country", type="integer", nullable=false) \Id \GeneratedValue(strategy="AUTO")
Definition at line 22 of file Country.php.
Etrali::GinangBundle::Entity\Country::$idUserCreateBy [private] |
Definition at line 52 of file Country.php.
Etrali::GinangBundle::Entity\Country::$idUserUpdateBy [private] |
Definition at line 57 of file Country.php.
Etrali::GinangBundle::Entity\Country::$lbCountry [private] |
Definition at line 32 of file Country.php.