TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
SysNote Class Reference
Inheritance diagram for SysNote:
AbstractEntity AbstractDomainObject DomainObjectInterface ObjectMonitoringInterface

Public Member Functions

 getCreationDate ()
 
 setCreationDate ($creationDate)
 
 getModificationDate ()
 
 setModificationDate ($modificationDate)
 
 getAuthor ()
 
 setAuthor (\TYPO3\CMS\Extbase\Domain\Model\BackendUser $author)
 
 getSubject ()
 
 setSubject ($subject)
 
 getMessage ()
 
 setMessage ($message)
 
 getPersonal ()
 
 setPersonal ($personal)
 
 getCategory ()
 
 setCategory ($category)
 

Protected Attributes

 $creationDate
 
 $modificationDate
 
 $author
 
 $subject
 
 $message
 
 $personal
 
 $category
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractDomainObject
 isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

SysNote model

Definition at line 20 of file SysNote.php.

Member Function Documentation

getAuthor ( )
Returns
$author

Definition at line 94 of file SysNote.php.

References SysNote\$author.

getCategory ( )
Returns
int $category

Definition at line 162 of file SysNote.php.

References SysNote\$category.

getCreationDate ( )
Returns
$creationDate

Definition at line 60 of file SysNote.php.

References SysNote\$creationDate.

getMessage ( )
Returns
string $message

Definition at line 128 of file SysNote.php.

References SysNote\$message.

getModificationDate ( )
Returns
$modificationDate

Definition at line 77 of file SysNote.php.

References SysNote\$modificationDate.

getPersonal ( )
Returns
bool $personal

Definition at line 145 of file SysNote.php.

References SysNote\$personal.

getSubject ( )
Returns
string $subject

Definition at line 111 of file SysNote.php.

References SysNote\$subject.

Parameters
\TYPO3\CMS\Extbase\Domain\Model\BackendUser$author
Returns
void

Definition at line 103 of file SysNote.php.

References SysNote\$author.

setCategory (   $category)
Parameters
int$category
Returns
void

Definition at line 171 of file SysNote.php.

References SysNote\$category.

setCreationDate (   $creationDate)
Parameters
\DateTime$creationDate
Returns
void

Definition at line 69 of file SysNote.php.

References SysNote\$creationDate.

setMessage (   $message)
Parameters
string$message
Returns
void

Definition at line 137 of file SysNote.php.

References SysNote\$message.

setModificationDate (   $modificationDate)
Parameters
\DateTime$modificationDate
Returns
void

Definition at line 86 of file SysNote.php.

References SysNote\$modificationDate.

setPersonal (   $personal)
Parameters
bool$personal
Returns
void

Definition at line 154 of file SysNote.php.

References SysNote\$personal.

setSubject (   $subject)
Parameters
string$subject
Returns
void

Definition at line 120 of file SysNote.php.

References SysNote\$subject.

Member Data Documentation

$author
protected

Definition at line 35 of file SysNote.php.

Referenced by SysNote\getAuthor(), and SysNote\setAuthor().

$category
protected

Definition at line 55 of file SysNote.php.

Referenced by SysNote\getCategory(), and SysNote\setCategory().

$creationDate
protected

Definition at line 25 of file SysNote.php.

Referenced by SysNote\getCreationDate(), and SysNote\setCreationDate().

$message
protected

Definition at line 45 of file SysNote.php.

Referenced by SysNote\getMessage(), and SysNote\setMessage().

$modificationDate
protected

Definition at line 30 of file SysNote.php.

Referenced by SysNote\getModificationDate(), and SysNote\setModificationDate().

$personal
protected

Definition at line 50 of file SysNote.php.

Referenced by SysNote\getPersonal(), and SysNote\setPersonal().

$subject
protected

Definition at line 40 of file SysNote.php.

Referenced by SysNote\getSubject(), and SysNote\setSubject().