PHP 클래스 Ojs\JournalBundle\Entity\JournalContact

상속: implements Ojs\JournalBundle\Entity\JournalItemInterface, use trait Ojs\CoreBundle\Entity\GenericEntityTrait
파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$affiliation string
$city BulutYazilim\LocationBundle\Entity\Province
$country BulutYazilim\LocationBundle\Entity\Country
$id integer

공개 메소드들

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

메소드 상세

__toString() 공개 메소드

public __toString ( )

getAddress() 공개 메소드

Get address
public getAddress ( ) : string
리턴 string

getAffiliation() 공개 메소드

public getAffiliation ( ) : string
리턴 string

getCity() 공개 메소드

public getCity ( ) : BulutYazilim\LocationBundle\Entity\Province
리턴 BulutYazilim\LocationBundle\Entity\Province

getContactOrder() 공개 메소드

public getContactOrder ( ) : integer
리턴 integer

getContactType() 공개 메소드

Get contactType
public getContactType ( ) : ContactTypes
리턴 ContactTypes

getCountry() 공개 메소드

public getCountry ( ) : BulutYazilim\LocationBundle\Entity\Country
리턴 BulutYazilim\LocationBundle\Entity\Country

getEmail() 공개 메소드

Get email
public getEmail ( ) : string
리턴 string

getFullName() 공개 메소드

Get firstName
public getFullName ( ) : string
리턴 string

getId() 공개 메소드

Get ID
public getId ( ) : integer
리턴 integer

getInstitution() 공개 메소드

public getInstitution ( ) : Institution
리턴 Institution

getJournal() 공개 메소드

public getJournal ( ) : Journal
리턴 Journal

getPhone() 공개 메소드

Get phone
public getPhone ( ) : string
리턴 string

getTitle() 공개 메소드

Get title
public getTitle ( ) : PersonTitle
리턴 PersonTitle

setAddress() 공개 메소드

Set address
public setAddress ( string $address ) : JournalContact
$address string
리턴 JournalContact

setAffiliation() 공개 메소드

public setAffiliation ( string $affiliation )
$affiliation string

setCity() 공개 메소드

public setCity ( string $city )
$city string

setContactOrder() 공개 메소드

public setContactOrder ( integer $contactOrder )
$contactOrder integer

setContactType() 공개 메소드

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

setCountry() 공개 메소드

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

setEmail() 공개 메소드

Set email
public setEmail ( string $email ) : JournalContact
$email string
리턴 JournalContact

setFullName() 공개 메소드

Set firstName
public setFullName ( string $fullName ) : JournalContact
$fullName string
리턴 JournalContact

setInstitution() 공개 메소드

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

setJournal() 공개 메소드

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

setPhone() 공개 메소드

Set phone
public setPhone ( string $phone ) : JournalContact
$phone string
리턴 JournalContact

setTitle() 공개 메소드

Set title
public setTitle ( PersonTitle $title ) : JournalContact
$title PersonTitle
리턴 JournalContact

프로퍼티 상세

$affiliation 보호되어 있는 프로퍼티

protected string $affiliation
리턴 string

$city 보호되어 있는 프로퍼티

protected Province,BulutYazilim\LocationBundle\Entity $city
리턴 BulutYazilim\LocationBundle\Entity\Province

$country 보호되어 있는 프로퍼티

protected Country,BulutYazilim\LocationBundle\Entity $country
리턴 BulutYazilim\LocationBundle\Entity\Country

$id 보호되어 있는 프로퍼티

protected int $id
리턴 integer