PHP Class Sulu\Bundle\ResourceBundle\Entity\OperatorTranslation

Show file Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
getId ( ) : integer Get id.
getLocale ( ) : string Get locale.
getLongDescription ( ) : string Get longDescription.
getName ( ) : string Get name.
getOperator ( ) : Operator Get operator.
getShortDescription ( ) : string Get shortDescription.
setLocale ( string $locale ) : OperatorTranslation Set locale.
setLongDescription ( string $longDescription ) : OperatorTranslation Set longDescription.
setName ( string $name ) : OperatorTranslation Set name.
setOperator ( Operator $operator ) : OperatorTranslation Set operator.
setShortDescription ( string $shortDescription ) : OperatorTranslation Set shortDescription.

Method Details

getId() public method

Get id.
public getId ( ) : integer
return integer

getLocale() public method

Get locale.
public getLocale ( ) : string
return string

getLongDescription() public method

Get longDescription.
public getLongDescription ( ) : string
return string

getName() public method

Get name.
public getName ( ) : string
return string

getOperator() public method

Get operator.
public getOperator ( ) : Operator
return Operator

getShortDescription() public method

Get shortDescription.
public getShortDescription ( ) : string
return string

setLocale() public method

Set locale.
public setLocale ( string $locale ) : OperatorTranslation
$locale string
return OperatorTranslation

setLongDescription() public method

Set longDescription.
public setLongDescription ( string $longDescription ) : OperatorTranslation
$longDescription string
return OperatorTranslation

setName() public method

Set name.
public setName ( string $name ) : OperatorTranslation
$name string
return OperatorTranslation

setOperator() public method

Set operator.
public setOperator ( Operator $operator ) : OperatorTranslation
$operator Operator
return OperatorTranslation

setShortDescription() public method

Set shortDescription.
public setShortDescription ( string $shortDescription ) : OperatorTranslation
$shortDescription string
return OperatorTranslation