PHP Class Ojs\JournalBundle\Entity\JournalContact

Inheritance: implements Ojs\JournalBundle\Entity\JournalItemInterface, use trait Ojs\CoreBundle\Entity\GenericEntityTrait
显示文件 Open project: ojs/ojs Class Usage Examples

Protected Properties

Property Type Description
$affiliation string
$city BulutYazilim\LocationBundle\Entity\Province
$country BulutYazilim\LocationBundle\Entity\Country
$id integer

Public Methods

Method Description
__toString ( )
getAddress ( ) : string Get address
getAffiliation ( ) : string
getCity ( ) : BulutYazilim\LocationBundle\Entity\Province
getContactOrder ( ) : integer
getContactType ( ) : ContactTypes Get contactType
getCountry ( ) : BulutYazilim\LocationBundle\Entity\Country
getEmail ( ) : string Get email
getFullName ( ) : string Get firstName
getId ( ) : integer Get ID
getInstitution ( ) : Institution
getJournal ( ) : Journal
getPhone ( ) : string Get phone
getTitle ( ) : PersonTitle Get title
setAddress ( string $address ) : JournalContact Set address
setAffiliation ( string $affiliation )
setCity ( string $city )
setContactOrder ( integer $contactOrder )
setContactType ( ContactTypes $contactType = null )
setCountry ( BulutYazilim\LocationBundle\Entity\Country $country )
setEmail ( string $email ) : JournalContact Set email
setFullName ( string $fullName ) : JournalContact Set firstName
setInstitution ( Institution $institution = null )
setJournal ( Journal $journal = null )
setPhone ( string $phone ) : JournalContact Set phone
setTitle ( PersonTitle $title ) : JournalContact Set title

Method Details

__toString() public method

public __toString ( )

getAddress() public method

Get address
public getAddress ( ) : string
return string

getAffiliation() public method

public getAffiliation ( ) : string
return string

getCity() public method

public getCity ( ) : BulutYazilim\LocationBundle\Entity\Province
return BulutYazilim\LocationBundle\Entity\Province

getContactOrder() public method

public getContactOrder ( ) : integer
return integer

getContactType() public method

Get contactType
public getContactType ( ) : ContactTypes
return ContactTypes

getCountry() public method

public getCountry ( ) : BulutYazilim\LocationBundle\Entity\Country
return BulutYazilim\LocationBundle\Entity\Country

getEmail() public method

Get email
public getEmail ( ) : string
return string

getFullName() public method

Get firstName
public getFullName ( ) : string
return string

getId() public method

Get ID
public getId ( ) : integer
return integer

getInstitution() public method

public getInstitution ( ) : Institution
return Institution

getJournal() public method

public getJournal ( ) : Journal
return Journal

getPhone() public method

Get phone
public getPhone ( ) : string
return string

getTitle() public method

Get title
public getTitle ( ) : PersonTitle
return PersonTitle

setAddress() public method

Set address
public setAddress ( string $address ) : JournalContact
$address string
return JournalContact

setAffiliation() public method

public setAffiliation ( string $affiliation )
$affiliation string

setCity() public method

public setCity ( string $city )
$city string

setContactOrder() public method

public setContactOrder ( integer $contactOrder )
$contactOrder integer

setContactType() public method

public setContactType ( ContactTypes $contactType = null )
$contactType ContactTypes

setCountry() public method

public setCountry ( BulutYazilim\LocationBundle\Entity\Country $country )
$country BulutYazilim\LocationBundle\Entity\Country

setEmail() public method

Set email
public setEmail ( string $email ) : JournalContact
$email string
return JournalContact

setFullName() public method

Set firstName
public setFullName ( string $fullName ) : JournalContact
$fullName string
return JournalContact

setInstitution() public method

public setInstitution ( Institution $institution = null )
$institution Institution

setJournal() public method

public setJournal ( Journal $journal = null )
$journal Journal

setPhone() public method

Set phone
public setPhone ( string $phone ) : JournalContact
$phone string
return JournalContact

setTitle() public method

Set title
public setTitle ( PersonTitle $title ) : JournalContact
$title PersonTitle
return JournalContact

Property Details

$affiliation protected_oe property

protected string $affiliation
return string

$city protected_oe property

protected Province,BulutYazilim\LocationBundle\Entity $city
return BulutYazilim\LocationBundle\Entity\Province

$country protected_oe property

protected Country,BulutYazilim\LocationBundle\Entity $country
return BulutYazilim\LocationBundle\Entity\Country

$id protected_oe property

protected int $id
return integer