Packagecom.keepcore.calendar.model
Classpublic class Note
InheritanceNote Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
constructor
Note
  
Note
Property Detail
Authorproperty
Author:Number

Getter for FAuthor


Implementation
    public function get Author():Number
    public function set Author(value:Number):void
AuthorNameproperty 
AuthorName:String  [read-only]

Getter for FAuthorName


Implementation
    public function get AuthorName():String
Contentproperty 
Content:String

Getter for FContent


Implementation
    public function get Content():String
    public function set Content(value:String):void
IDproperty 
ID:Number

Getter for FID


Implementation
    public function get ID():Number
    public function set ID(value:Number):void
NoteDateproperty 
NoteDate:Date


Implementation
    public function get NoteDate():Date
    public function set NoteDate(value:Date):void
SortableDateproperty 
SortableDate:String  [read-only]


Implementation
    public function get SortableDate():String
Statusproperty 
Status:NoteStatus

Getter for FStatus


Implementation
    public function get Status():NoteStatus
    public function set Status(value:NoteStatus):void
Constructor Detail
Note()Constructor
public function Note()

constructor

Method Detail
getClipboardCopyContents()method
public function getClipboardCopyContents():String

Returns
String