PHP 클래스 Ojs\JournalBundle\Entity\JournalSubmissionFile

상속: extends Ojs\JournalBundle\Entity\SubmissionFile
파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__toString ( ) : string
getDeletedAt ( ) : DateTime Get deletedAt
getDetail ( ) : string Get detail
getFile ( ) : string
getId ( ) : integer Get id
getJournal ( ) : Journal Get journal
getLocale ( ) : string Get locale
getRequired ( ) : boolean Get required
getTitle ( ) : string Get title
getVisible ( ) : boolean Get visible
setDeletedAt ( DateTime $deletedAt ) : JournalSubmissionFile Set deletedAt
setDetail ( string $detail ) : JournalSubmissionFile Set detail
setFile ( $file )
setId ( null $id = null ) set id
setJournal ( Journal $journal = null ) : JournalSubmissionFile Set journal
setLocale ( string $locale ) : JournalSubmissionFile Set locale
setRequired ( boolean $required ) : JournalSubmissionFile Set required
setTitle ( string $title ) : JournalSubmissionFile Set title
setVisible ( boolean $visible ) : JournalSubmissionFile Set visible

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

getDeletedAt() 공개 메소드

Get deletedAt
public getDeletedAt ( ) : DateTime
리턴 DateTime

getDetail() 공개 메소드

Get detail
public getDetail ( ) : string
리턴 string

getFile() 공개 메소드

public getFile ( ) : string
리턴 string

getId() 공개 메소드

Get id
public getId ( ) : integer
리턴 integer

getJournal() 공개 메소드

Get journal
public getJournal ( ) : Journal
리턴 Journal

getLocale() 공개 메소드

Get locale
public getLocale ( ) : string
리턴 string

getRequired() 공개 메소드

Get required
public getRequired ( ) : boolean
리턴 boolean

getTitle() 공개 메소드

Get title
public getTitle ( ) : string
리턴 string

getVisible() 공개 메소드

Get visible
public getVisible ( ) : boolean
리턴 boolean

setDeletedAt() 공개 메소드

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

setDetail() 공개 메소드

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

setFile() 공개 메소드

public setFile ( $file )
$file

setId() 공개 메소드

set id
public setId ( null $id = null )
$id null

setJournal() 공개 메소드

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

setLocale() 공개 메소드

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

setRequired() 공개 메소드

Set required
public setRequired ( boolean $required ) : JournalSubmissionFile
$required boolean
리턴 JournalSubmissionFile

setTitle() 공개 메소드

Set title
public setTitle ( string $title ) : JournalSubmissionFile
$title string
리턴 JournalSubmissionFile

setVisible() 공개 메소드

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