PHP 클래스 Ojs\JournalBundle\Entity\JournalApplicationFile

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

공개 메소드들

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

메소드 상세

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

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 )
$deletedAt DateTime

setDetail() 공개 메소드

Set detail
public setDetail ( string $detail )
$detail string

setFile() 공개 메소드

public setFile ( $file )
$file

setId() 공개 메소드

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

setLocale() 공개 메소드

Set locale
public setLocale ( string $locale )
$locale string

setRequired() 공개 메소드

Set required
public setRequired ( boolean $required )
$required boolean

setTitle() 공개 메소드

Set title
public setTitle ( string $title )
$title string

setVisible() 공개 메소드

Set visible
public setVisible ( boolean $visible )
$visible boolean