PHP 클래스 Sulu\Bundle\ContactBundle\Entity\AccountContact

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

공개 메소드들

메소드 설명
getAccount ( ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface Get account.
getContact ( ) : Sulu\Component\Contact\Model\ContactInterface Get contact.
getId ( ) : integer Get id.
getMain ( ) : boolean Get main.
getPosition ( ) : string Get position.
setAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : AccountContact Set account.
setContact ( Sulu\Component\Contact\Model\ContactInterface $contact ) : AccountContact Set contact.
setMain ( boolean $main ) : AccountContact Set main.
setPosition ( string $position ) : AccountContact Set position.

메소드 상세

getAccount() 공개 메소드

Get account.
public getAccount ( ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
리턴 Sulu\Bundle\ContactBundle\Entity\AccountInterface

getContact() 공개 메소드

Get contact.
public getContact ( ) : Sulu\Component\Contact\Model\ContactInterface
리턴 Sulu\Component\Contact\Model\ContactInterface

getId() 공개 메소드

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

getMain() 공개 메소드

Get main.
public getMain ( ) : boolean
리턴 boolean

getPosition() 공개 메소드

Get position.
public getPosition ( ) : string
리턴 string

setAccount() 공개 메소드

Set account.
public setAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : AccountContact
$account Sulu\Bundle\ContactBundle\Entity\AccountInterface
리턴 AccountContact

setContact() 공개 메소드

Set contact.
public setContact ( Sulu\Component\Contact\Model\ContactInterface $contact ) : AccountContact
$contact Sulu\Component\Contact\Model\ContactInterface
리턴 AccountContact

setMain() 공개 메소드

Set main.
public setMain ( boolean $main ) : AccountContact
$main boolean
리턴 AccountContact

setPosition() 공개 메소드

Set position.
public setPosition ( string $position ) : AccountContact
$position string
리턴 AccountContact