Property | Defined by | ||
---|---|---|---|
active : String | CallRow | ||
comments : String | CallRow | ||
created : Date | CallRow | ||
createdBy : String | CallRow | ||
description : String | CallRow | ||
id : int | CallRow | ||
indicationId : int | CallRow | ||
isEditable : String | CallRow | ||
modified : Date | CallRow | ||
modifiedBy : String | CallRow | ||
mustHaves : String = "" | CallRow | ||
title : String | CallRow | ||
type : String | CallRow | ||
version : int | CallRow |
Method | Defined by | ||
---|---|---|---|
updateModified():void
| CallRow |
active | property |
public var active:String
comments | property |
public var comments:String
created | property |
created:Date
[read-write]Implementation
public function get created():Date
public function set created(value:Date):void
createdBy | property |
public var createdBy:String
description | property |
public var description:String
id | property |
public var id:int
indicationId | property |
public var indicationId:int
isEditable | property |
public var isEditable:String
modified | property |
modified:Date
[read-write]Implementation
public function get modified():Date
public function set modified(value:Date):void
modifiedBy | property |
public var modifiedBy:String
mustHaves | property |
public var mustHaves:String = ""
title | property |
public var title:String
type | property |
public var type:String
version | property |
public var version:int
updateModified | () | method |
public function updateModified():void