PHP Class Ojs\JournalBundle\Entity\JournalApplicationFile

Inheritance: use trait Ojs\CoreBundle\Entity\DisplayTrait
Datei anzeigen Open project: ojs/ojs Class Usage Examples

Public Methods

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

Method Details

getDeletedAt() public method

Get deletedAt
public getDeletedAt ( ) : DateTime
return DateTime

getDetail() public method

Get detail
public getDetail ( ) : string
return string

getFile() public method

public getFile ( ) : string
return string

getId() public method

Get id
public getId ( ) : integer
return integer

getLocale() public method

Get locale
public getLocale ( ) : string
return string

getRequired() public method

Get required
public getRequired ( ) : boolean
return boolean

getTitle() public method

Get title
public getTitle ( ) : string
return string

getVisible() public method

Get visible
public getVisible ( ) : boolean
return boolean

setDeletedAt() public method

Set deletedAt
public setDeletedAt ( DateTime $deletedAt )
$deletedAt DateTime

setDetail() public method

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

setFile() public method

public setFile ( $file )
$file

setId() public method

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

setLocale() public method

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

setRequired() public method

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

setTitle() public method

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

setVisible() public method

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