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

Detailed Description

TransferPrice

\Table(name="transfer_price") \Entity

Definition at line 13 of file TransferPrice.php.

List of all members.

Public Member Functions

 getIdTransferPrice ()
 setIdZone1 ($idZone1)
 getIdZone1 ()
 setIdZone2 ($idZone2)
 getIdZone2 ()
 setMtTransferPrice ($mtTransferPrice)
 getMtTransferPrice ()
 setMtInstallPrice ($mtInstallPrice)
 getMtInstallPrice ()
 setDtStart ($dtStart)
 getDtStart ()
 setDtEnd ($dtEnd)
 getDtEnd ()
 setBlDeactivated ($blDeactivated)
 getBlDeactivated ()
 setIdBandwidth (\Etrali\GinangBundle\Entity\Bandwidth $idBandwidth=null)
 getIdBandwidth ()
 setIdProduct (\Etrali\GinangBundle\Entity\Product $idProduct=null)
 getIdProduct ()

Private Attributes

 $idTransferPrice
 $idZone1
 $idZone2
 $mtTransferPrice
 $mtInstallPrice
 $dtStart
 $dtEnd
 $blDeactivated
 $idBandwidth
 $idProduct

Member Function Documentation

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

Get blDeactivated

Returns:
boolean

Definition at line 233 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::getDtEnd ( )

Get dtEnd

Returns:
\DateTime

Definition at line 210 of file TransferPrice.php.

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

Get dtStart

Returns:
\DateTime

Definition at line 187 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::getIdBandwidth ( )

Get idBandwidth

Returns:
\Etrali\GinangBundle\Entity\Bandwidth

Definition at line 256 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::getIdProduct ( )

Get idProduct

Returns:
\Etrali\GinangBundle\Entity\Product

Definition at line 279 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::getIdTransferPrice ( )

Get idTransferPrice

Returns:
integer

Definition at line 72 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::getIdZone1 ( )

Get idZone1

Returns:
integer

Definition at line 95 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::getIdZone2 ( )

Get idZone2

Returns:
integer

Definition at line 118 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::getMtInstallPrice ( )

Get mtInstallPrice

Returns:
float

Definition at line 164 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::getMtTransferPrice ( )

Get mtTransferPrice

Returns:
float

Definition at line 141 of file TransferPrice.php.

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

Set blDeactivated

Parameters:
boolean$blDeactivated
Returns:
TransferPrice

Definition at line 221 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::setDtEnd ( dtEnd)

Set dtEnd

Parameters:
\\DateTime$dtEnd
Returns:
TransferPrice

Definition at line 198 of file TransferPrice.php.

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

Set dtStart

Parameters:
\\DateTime$dtStart
Returns:
TransferPrice

Definition at line 175 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::setIdBandwidth ( \Etrali\GinangBundle\Entity\Bandwidth idBandwidth = null)

Set idBandwidth

Parameters:
\\Etrali\\GinangBundle\\Entity\\Bandwidth$idBandwidth
Returns:
TransferPrice

Definition at line 244 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::setIdProduct ( \Etrali\GinangBundle\Entity\Product idProduct = null)

Set idProduct

Parameters:
\\Etrali\\GinangBundle\\Entity\\Product$idProduct
Returns:
TransferPrice

Definition at line 267 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::setIdZone1 ( idZone1)

Set idZone1

Parameters:
integer$idZone1
Returns:
TransferPrice

Definition at line 83 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::setIdZone2 ( idZone2)

Set idZone2

Parameters:
integer$idZone2
Returns:
TransferPrice

Definition at line 106 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::setMtInstallPrice ( mtInstallPrice)

Set mtInstallPrice

Parameters:
float$mtInstallPrice
Returns:
TransferPrice

Definition at line 152 of file TransferPrice.php.

Etrali\GinangBundle\Entity\TransferPrice::setMtTransferPrice ( mtTransferPrice)

Set mtTransferPrice

Parameters:
float$mtTransferPrice
Returns:
TransferPrice

Definition at line 129 of file TransferPrice.php.


Member Data Documentation

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

Definition at line 53 of file TransferPrice.php.

Etrali::GinangBundle::Entity\TransferPrice::$dtEnd [private]

Definition at line 48 of file TransferPrice.php.

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

Definition at line 43 of file TransferPrice.php.

Etrali::GinangBundle::Entity\TransferPrice::$idBandwidth [private]

Definition at line 58 of file TransferPrice.php.

Etrali::GinangBundle::Entity\TransferPrice::$idProduct [private]

Definition at line 63 of file TransferPrice.php.

Etrali::GinangBundle::Entity\TransferPrice::$idTransferPrice [private]

Definition at line 18 of file TransferPrice.php.

Etrali::GinangBundle::Entity\TransferPrice::$idZone1 [private]

Definition at line 23 of file TransferPrice.php.

Etrali::GinangBundle::Entity\TransferPrice::$idZone2 [private]

Definition at line 28 of file TransferPrice.php.

Etrali::GinangBundle::Entity\TransferPrice::$mtInstallPrice [private]

Definition at line 38 of file TransferPrice.php.

Etrali::GinangBundle::Entity\TransferPrice::$mtTransferPrice [private]

Definition at line 33 of file TransferPrice.php.


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