PHP Class Sulu\Bundle\ResourceBundle\Entity\OperatorValueTranslation

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.
getOperatorValue ( ) : OperatorValue Get operatorValue.
getShortDescription ( ) : string Get shortDescription.
setLocale ( string $locale ) : OperatorValueTranslation Set locale.
setLongDescription ( string $longDescription ) : OperatorValueTranslation Set longDescription.
setName ( string $name ) : OperatorValueTranslation Set name.
setOperatorValue ( OperatorValue $operatorValue ) : OperatorValueTranslation Set operatorValue.
setShortDescription ( string $shortDescription ) : OperatorValueTranslation 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

getOperatorValue() public method

Get operatorValue.
public getOperatorValue ( ) : OperatorValue
return OperatorValue

getShortDescription() public method

Get shortDescription.
public getShortDescription ( ) : string
return string

setLocale() public method

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

setLongDescription() public method

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

setName() public method

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

setOperatorValue() public method

Set operatorValue.
public setOperatorValue ( OperatorValue $operatorValue ) : OperatorValueTranslation
$operatorValue OperatorValue
return OperatorValueTranslation

setShortDescription() public method

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