PHP Class Ojs\JournalBundle\Entity\SubmissionChecklist

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

Public Methods

Method Description
__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

Method Details

__toString() public method

public __toString ( ) : string
return string

getDeletedAt() public method

Get deletedAt
public getDeletedAt ( ) : DateTime
return DateTime

getDetail() public method

Get detail
public getDetail ( ) : string
return string

getId() public method

Get id
public getId ( ) : integer
return integer

getJournal() public method

Get journal
public getJournal ( ) : Journal
return Journal

getLabel() public method

Get label
public getLabel ( ) : string
return string

getLocale() public method

Get locale
public getLocale ( ) : string
return string

getOrder() public method

Get order
public getOrder ( ) : integer
return integer

getVisible() public method

Get visible
public getVisible ( ) : boolean
return boolean

setDeletedAt() public method

Set deletedAt
public setDeletedAt ( DateTime $deletedAt ) : SubmissionChecklist
$deletedAt DateTime
return SubmissionChecklist

setDetail() public method

Set detail
public setDetail ( string $detail ) : SubmissionChecklist
$detail string
return SubmissionChecklist

setJournal() public method

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

setLabel() public method

Set label
public setLabel ( string $label ) : SubmissionChecklist
$label string
return SubmissionChecklist

setLocale() public method

Set locale
public setLocale ( string $locale ) : SubmissionChecklist
$locale string
return SubmissionChecklist

setOrder() public method

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

setVisible() public method

Set visible
public setVisible ( boolean $visible ) : SubmissionChecklist
$visible boolean
return SubmissionChecklist