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

Detailed Description

Log

\Table(name="log") \Entity

Definition at line 13 of file Log.php.

List of all members.

Public Member Functions

 getIdLog ()
 setIdObject ($idObject)
 getIdObject ()
 setCmComment ($cmComment)
 getCmComment ()
 setDtStart ($dtStart)
 getDtStart ()
 setIdObjectType (\Etrali\GinangBundle\Entity\ObjectType $idObjectType=null)
 getIdObjectType ()
 setIdUser (\Etrali\GinangBundle\Entity\User $idUser=null)
 getIdUser ()

Private Attributes

 $idLog
 $idObject
 $cmComment
 $dtStart
 $idObjectType
 $idUser

Member Function Documentation

Etrali\GinangBundle\Entity\Log::getCmComment ( )

Get cmComment

Returns:
string

Definition at line 98 of file Log.php.

Etrali\GinangBundle\Entity\Log::getDtStart ( )

Get dtStart

Returns:
\DateTime

Definition at line 121 of file Log.php.

Etrali\GinangBundle\Entity\Log::getIdLog ( )

Get idLog

Returns:
integer

Definition at line 52 of file Log.php.

Etrali\GinangBundle\Entity\Log::getIdObject ( )

Get idObject

Returns:
integer

Definition at line 75 of file Log.php.

Etrali\GinangBundle\Entity\Log::getIdObjectType ( )

Get idObjectType

Returns:
\Etrali\GinangBundle\Entity\ObjectType

Definition at line 144 of file Log.php.

Etrali\GinangBundle\Entity\Log::getIdUser ( )

Get idUser

Returns:
\Etrali\GinangBundle\Entity\User

Definition at line 167 of file Log.php.

Etrali\GinangBundle\Entity\Log::setCmComment ( cmComment)

Set cmComment

Parameters:
string$cmComment
Returns:
Log

Definition at line 86 of file Log.php.

Etrali\GinangBundle\Entity\Log::setDtStart ( dtStart)

Set dtStart

Parameters:
\\DateTime$dtStart
Returns:
Log

Definition at line 109 of file Log.php.

Etrali\GinangBundle\Entity\Log::setIdObject ( idObject)

Set idObject

Parameters:
integer$idObject
Returns:
Log

Definition at line 63 of file Log.php.

Etrali\GinangBundle\Entity\Log::setIdObjectType ( \Etrali\GinangBundle\Entity\ObjectType idObjectType = null)

Set idObjectType

Parameters:
\\Etrali\\GinangBundle\\Entity\\ObjectType$idObjectType
Returns:
Log

Definition at line 132 of file Log.php.

Etrali\GinangBundle\Entity\Log::setIdUser ( \Etrali\GinangBundle\Entity\User idUser = null)

Set idUser

Parameters:
\\Etrali\\GinangBundle\\Entity\\User$idUser
Returns:
Log

Definition at line 155 of file Log.php.


Member Data Documentation

Etrali::GinangBundle::Entity\Log::$cmComment [private]

Definition at line 28 of file Log.php.

Etrali::GinangBundle::Entity\Log::$dtStart [private]

Definition at line 33 of file Log.php.

Etrali::GinangBundle::Entity\Log::$idLog [private]

Definition at line 18 of file Log.php.

Etrali::GinangBundle::Entity\Log::$idObject [private]

Definition at line 23 of file Log.php.

Etrali::GinangBundle::Entity\Log::$idObjectType [private]

Definition at line 38 of file Log.php.

Etrali::GinangBundle::Entity\Log::$idUser [private]

Definition at line 43 of file Log.php.


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