| Package | com.keepcore.calendar.model |
| Class | public class Note |
| Inheritance | Note flash.events.EventDispatcher |
| Property | Defined By | ||
|---|---|---|---|
| Author : Number
Getter for FAuthor
| Note | ||
| AuthorName : String [read-only]
Getter for FAuthorName
| Note | ||
| Content : String
Getter for FContent
| Note | ||
| ID : Number
Getter for FID
| Note | ||
| NoteDate : Date | Note | ||
| SortableDate : String [read-only] | Note | ||
| Status : NoteStatus
Getter for FStatus
| Note | ||
| Method | Defined By | ||
|---|---|---|---|
Note()
constructor
| Note | ||
getClipboardCopyContents():String | Note | ||
| Author | property |
Author:NumberGetter for FAuthor
public function get Author():Number public function set Author(value:Number):void| AuthorName | property |
AuthorName:String [read-only] Getter for FAuthorName
public function get AuthorName():String| Content | property |
Content:StringGetter for FContent
public function get Content():String public function set Content(value:String):void| ID | property |
ID:NumberGetter for FID
public function get ID():Number public function set ID(value:Number):void| NoteDate | property |
NoteDate:Date public function get NoteDate():Date public function set NoteDate(value:Date):void| SortableDate | property |
SortableDate:String [read-only] public function get SortableDate():String| Status | property |
Status:NoteStatusGetter for FStatus
public function get Status():NoteStatus public function set Status(value:NoteStatus):void| Note | () | Constructor |
public function Note()constructor
| getClipboardCopyContents | () | method |
public function getClipboardCopyContents():StringReturnsString |