PHP Class Sulu\Bundle\ContactBundle\Entity\AccountContact

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getAccount() public méthode

Get account.
public getAccount ( ) : Sulu\Bundle\ContactBundle\Entity\AccountInterface
Résultat Sulu\Bundle\ContactBundle\Entity\AccountInterface

getContact() public méthode

Get contact.
public getContact ( ) : Sulu\Component\Contact\Model\ContactInterface
Résultat Sulu\Component\Contact\Model\ContactInterface

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

getMain() public méthode

Get main.
public getMain ( ) : boolean
Résultat boolean

getPosition() public méthode

Get position.
public getPosition ( ) : string
Résultat string

setAccount() public méthode

Set account.
public setAccount ( Sulu\Bundle\ContactBundle\Entity\AccountInterface $account ) : AccountContact
$account Sulu\Bundle\ContactBundle\Entity\AccountInterface
Résultat AccountContact

setContact() public méthode

Set contact.
public setContact ( Sulu\Component\Contact\Model\ContactInterface $contact ) : AccountContact
$contact Sulu\Component\Contact\Model\ContactInterface
Résultat AccountContact

setMain() public méthode

Set main.
public setMain ( boolean $main ) : AccountContact
$main boolean
Résultat AccountContact

setPosition() public méthode

Set position.
public setPosition ( string $position ) : AccountContact
$position string
Résultat AccountContact