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

Detailed Description

Row

\Table(name="row") \Entity

Definition at line 13 of file Row.php.

List of all members.

Public Member Functions

 getIdRow ()
 setCdRow ($cdRow)
 getCdRow ()
 setLbRow ($lbRow)
 getLbRow ()
 setBlDeactivated ($blDeactivated)
 getBlDeactivated ()
 setIdRoom (\Etrali\GinangBundle\Entity\Room $idRoom=null)
 getIdRoom ()

Private Attributes

 $idRow
 $cdRow
 $lbRow
 $blDeactivated
 $idRoom

Member Function Documentation

Etrali\GinangBundle\Entity\Row::getBlDeactivated ( )

Get blDeactivated

Returns:
boolean

Definition at line 116 of file Row.php.

Etrali\GinangBundle\Entity\Row::getCdRow ( )

Get cdRow

Returns:
string

Definition at line 70 of file Row.php.

Etrali\GinangBundle\Entity\Row::getIdRoom ( )

Get idRoom

Returns:
\Etrali\GinangBundle\Entity\Room

Definition at line 139 of file Row.php.

Etrali\GinangBundle\Entity\Row::getIdRow ( )

Get idRow

Returns:
integer

Definition at line 47 of file Row.php.

Etrali\GinangBundle\Entity\Row::getLbRow ( )

Get lbRow

Returns:
string

Definition at line 93 of file Row.php.

Etrali\GinangBundle\Entity\Row::setBlDeactivated ( blDeactivated)

Set blDeactivated

Parameters:
boolean$blDeactivated
Returns:
Row

Definition at line 104 of file Row.php.

Etrali\GinangBundle\Entity\Row::setCdRow ( cdRow)

Set cdRow

Parameters:
string$cdRow
Returns:
Row

Definition at line 58 of file Row.php.

Etrali\GinangBundle\Entity\Row::setIdRoom ( \Etrali\GinangBundle\Entity\Room idRoom = null)

Set idRoom

Parameters:
\\Etrali\\GinangBundle\\Entity\\Room$idRoom
Returns:
Row

Definition at line 127 of file Row.php.

Etrali\GinangBundle\Entity\Row::setLbRow ( lbRow)

Set lbRow

Parameters:
string$lbRow
Returns:
Row

Definition at line 81 of file Row.php.


Member Data Documentation

Etrali::GinangBundle::Entity\Row::$blDeactivated [private]

Definition at line 33 of file Row.php.

Etrali::GinangBundle::Entity\Row::$cdRow [private]

Definition at line 23 of file Row.php.

Etrali::GinangBundle::Entity\Row::$idRoom [private]

Definition at line 38 of file Row.php.

Etrali::GinangBundle::Entity\Row::$idRow [private]

Definition at line 18 of file Row.php.

Etrali::GinangBundle::Entity\Row::$lbRow [private]

Definition at line 28 of file Row.php.


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