PHP Class Sulu\Bundle\ContactBundle\Entity\BaseAccount

Inheritance: extends Sulu\Bundle\CoreBundle\Entity\ApiEntity, implements Sulu\Component\Persistence\Model\AuditableInterface, implements Sulu\Bundle\ContactBundle\Entity\AccountInterface
Datei anzeigen Open project: sulu/sulu

Protected Properties

Property Type Description
$logo Sulu\Bundle\MediaBundle\Entity\MediaInterface

Public Methods

Method Description
getChanged ( ) : DateTime getChanged.
getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface getChanger.
getCorporation ( ) : string Get corporation.
getCreated ( ) : DateTime getCreated.
getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface getCreator.
getExternalId ( ) : string Get externalId.
getId ( ) : integer Get id.
getLogo ( )
getMainContact ( ) : Contact getMainContact.
getMainEmail ( ) : string Get mainEmail.
getMainFax ( ) : string Get mainFax.
getMainPhone ( ) : string Get mainPhone.
getMainUrl ( ) : string Get mainUrl.
getName ( ) : string Get name.
getNumber ( ) : string Get number.
getPlaceOfJurisdiction ( ) : string Get placeOfJurisdiction.
getRegisterNumber ( ) : string Get registerNumber.
getUid ( ) : string Get uid.
setChanged ( DateTime $changed ) setChanged.
setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer ) : BaseAccount setChanger.
setCorporation ( string $corporation ) : BaseAccount Set corporation.
setCreated ( DateTime $created ) : BaseAccount setCreated.
setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator ) : BaseAccount setCreator.
setExternalId ( string $externalId ) : BaseAccount Set externalId.
setId ( integer $id ) : BaseAccount setId.
setLogo ( $logo )
setMainContact ( Contact $mainContact ) : BaseAccount setMainContact.
setMainEmail ( string $mainEmail ) : BaseAccount Set mainEmail.
setMainFax ( string $mainFax ) : BaseAccount Set mainFax.
setMainPhone ( string $mainPhone ) : BaseAccount Set mainPhone.
setMainUrl ( string $mainUrl ) : BaseAccount Set mainUrl.
setName ( string $name ) : BaseAccount Set name.
setNumber ( string $number ) : BaseAccount Set number.
setPlaceOfJurisdiction ( string $placeOfJurisdiction ) : BaseAccount Set placeOfJurisdiction.
setRegisterNumber ( string $registerNumber ) : BaseAccount Set registerNumber.
setUid ( string $uid ) : BaseAccount Set uid.

Method Details

getChanged() public method

getChanged.
public getChanged ( ) : DateTime
return DateTime

getChanger() public method

getChanger.
public getChanger ( ) : Sulu\Component\Security\Authentication\UserInterface
return Sulu\Component\Security\Authentication\UserInterface

getCorporation() public method

Get corporation.
public getCorporation ( ) : string
return string

getCreated() public method

getCreated.
public getCreated ( ) : DateTime
return DateTime

getCreator() public method

getCreator.
public getCreator ( ) : Sulu\Component\Security\Authentication\UserInterface
return Sulu\Component\Security\Authentication\UserInterface

getExternalId() public method

Get externalId.
public getExternalId ( ) : string
return string

getId() public method

Get id.
public getId ( ) : integer
return integer

getMainContact() public method

getMainContact.
public getMainContact ( ) : Contact
return Contact

getMainEmail() public method

Get mainEmail.
public getMainEmail ( ) : string
return string

getMainFax() public method

Get mainFax.
public getMainFax ( ) : string
return string

getMainPhone() public method

Get mainPhone.
public getMainPhone ( ) : string
return string

getMainUrl() public method

Get mainUrl.
public getMainUrl ( ) : string
return string

getName() public method

Get name.
public getName ( ) : string
return string

getNumber() public method

Get number.
public getNumber ( ) : string
return string

getPlaceOfJurisdiction() public method

Get placeOfJurisdiction.
public getPlaceOfJurisdiction ( ) : string
return string

getRegisterNumber() public method

Get registerNumber.
public getRegisterNumber ( ) : string
return string

getUid() public method

Get uid.
public getUid ( ) : string
return string

setChanged() public method

setChanged.
public setChanged ( DateTime $changed )
$changed DateTime

setChanger() public method

setChanger.
public setChanger ( Sulu\Component\Security\Authentication\UserInterface $changer ) : BaseAccount
$changer Sulu\Component\Security\Authentication\UserInterface
return BaseAccount

setCorporation() public method

Set corporation.
public setCorporation ( string $corporation ) : BaseAccount
$corporation string
return BaseAccount

setCreated() public method

setCreated.
public setCreated ( DateTime $created ) : BaseAccount
$created DateTime
return BaseAccount

setCreator() public method

setCreator.
public setCreator ( Sulu\Component\Security\Authentication\UserInterface $creator ) : BaseAccount
$creator Sulu\Component\Security\Authentication\UserInterface
return BaseAccount

setExternalId() public method

Set externalId.
public setExternalId ( string $externalId ) : BaseAccount
$externalId string
return BaseAccount

setId() public method

setId.
public setId ( integer $id ) : BaseAccount
$id integer
return BaseAccount

setMainContact() public method

setMainContact.
public setMainContact ( Contact $mainContact ) : BaseAccount
$mainContact Contact
return BaseAccount

setMainEmail() public method

Set mainEmail.
public setMainEmail ( string $mainEmail ) : BaseAccount
$mainEmail string
return BaseAccount

setMainFax() public method

Set mainFax.
public setMainFax ( string $mainFax ) : BaseAccount
$mainFax string
return BaseAccount

setMainPhone() public method

Set mainPhone.
public setMainPhone ( string $mainPhone ) : BaseAccount
$mainPhone string
return BaseAccount

setMainUrl() public method

Set mainUrl.
public setMainUrl ( string $mainUrl ) : BaseAccount
$mainUrl string
return BaseAccount

setName() public method

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

setNumber() public method

Set number.
public setNumber ( string $number ) : BaseAccount
$number string
return BaseAccount

setPlaceOfJurisdiction() public method

Set placeOfJurisdiction.
public setPlaceOfJurisdiction ( string $placeOfJurisdiction ) : BaseAccount
$placeOfJurisdiction string
return BaseAccount

setRegisterNumber() public method

Set registerNumber.
public setRegisterNumber ( string $registerNumber ) : BaseAccount
$registerNumber string
return BaseAccount

setUid() public method

Set uid.
public setUid ( string $uid ) : BaseAccount
$uid string
return BaseAccount

Property Details