PHP 클래스 Sulu\Bundle\ResourceBundle\Entity\OperatorValueTranslation

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

getLocale() 공개 메소드

Get locale.
public getLocale ( ) : string
리턴 string

getLongDescription() 공개 메소드

Get longDescription.
public getLongDescription ( ) : string
리턴 string

getName() 공개 메소드

Get name.
public getName ( ) : string
리턴 string

getOperatorValue() 공개 메소드

Get operatorValue.
public getOperatorValue ( ) : OperatorValue
리턴 OperatorValue

getShortDescription() 공개 메소드

Get shortDescription.
public getShortDescription ( ) : string
리턴 string

setLocale() 공개 메소드

Set locale.
public setLocale ( string $locale ) : OperatorValueTranslation
$locale string
리턴 OperatorValueTranslation

setLongDescription() 공개 메소드

Set longDescription.
public setLongDescription ( string $longDescription ) : OperatorValueTranslation
$longDescription string
리턴 OperatorValueTranslation

setName() 공개 메소드

Set name.
public setName ( string $name ) : OperatorValueTranslation
$name string
리턴 OperatorValueTranslation

setOperatorValue() 공개 메소드

Set operatorValue.
public setOperatorValue ( OperatorValue $operatorValue ) : OperatorValueTranslation
$operatorValue OperatorValue
리턴 OperatorValueTranslation

setShortDescription() 공개 메소드

Set shortDescription.
public setShortDescription ( string $shortDescription ) : OperatorValueTranslation
$shortDescription string
리턴 OperatorValueTranslation