PHP 클래스 Ojs\JournalBundle\Entity\SubmissionChecklist

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

공개 메소드들

메소드 설명
__toString ( ) : string
getDeletedAt ( ) : DateTime Get deletedAt
getDetail ( ) : string Get detail
getId ( ) : integer Get id
getJournal ( ) : Journal Get journal
getLabel ( ) : string Get label
getLocale ( ) : string Get locale
getOrder ( ) : integer Get order
getVisible ( ) : boolean Get visible
setDeletedAt ( DateTime $deletedAt ) : SubmissionChecklist Set deletedAt
setDetail ( string $detail ) : SubmissionChecklist Set detail
setJournal ( Journal $journal = null ) : SubmissionChecklist Set journal
setLabel ( string $label ) : SubmissionChecklist Set label
setLocale ( string $locale ) : SubmissionChecklist Set locale
setOrder ( integer $order ) Set order
setVisible ( boolean $visible ) : SubmissionChecklist Set visible

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getDeletedAt() 공개 메소드

Get deletedAt
public getDeletedAt ( ) : DateTime
리턴 DateTime

getDetail() 공개 메소드

Get detail
public getDetail ( ) : string
리턴 string

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getJournal() 공개 메소드

Get journal
public getJournal ( ) : Journal
리턴 Journal

getLabel() 공개 메소드

Get label
public getLabel ( ) : string
리턴 string

getLocale() 공개 메소드

Get locale
public getLocale ( ) : string
리턴 string

getOrder() 공개 메소드

Get order
public getOrder ( ) : integer
리턴 integer

getVisible() 공개 메소드

Get visible
public getVisible ( ) : boolean
리턴 boolean

setDeletedAt() 공개 메소드

Set deletedAt
public setDeletedAt ( DateTime $deletedAt ) : SubmissionChecklist
$deletedAt DateTime
리턴 SubmissionChecklist

setDetail() 공개 메소드

Set detail
public setDetail ( string $detail ) : SubmissionChecklist
$detail string
리턴 SubmissionChecklist

setJournal() 공개 메소드

Set journal
public setJournal ( Journal $journal = null ) : SubmissionChecklist
$journal Journal
리턴 SubmissionChecklist

setLabel() 공개 메소드

Set label
public setLabel ( string $label ) : SubmissionChecklist
$label string
리턴 SubmissionChecklist

setLocale() 공개 메소드

Set locale
public setLocale ( string $locale ) : SubmissionChecklist
$locale string
리턴 SubmissionChecklist

setOrder() 공개 메소드

Set order
public setOrder ( integer $order )
$order integer

setVisible() 공개 메소드

Set visible
public setVisible ( boolean $visible ) : SubmissionChecklist
$visible boolean
리턴 SubmissionChecklist