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

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

공개 메소드들

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

메소드 상세

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

getOperator() 공개 메소드

Get operator.
public getOperator ( ) : Operator
리턴 Operator

getShortDescription() 공개 메소드

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

setLocale() 공개 메소드

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

setLongDescription() 공개 메소드

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

setName() 공개 메소드

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

setOperator() 공개 메소드

Set operator.
public setOperator ( Operator $operator ) : OperatorTranslation
$operator Operator
리턴 OperatorTranslation

setShortDescription() 공개 메소드

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