ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.rca.vo 

AuditActionVO  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.vo
Classpublic class AuditActionVO
InheritanceAuditActionVO Inheritance BaseVO Inheritance Object

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Defines an audit action.



Public Properties
 PropertyDefined By
  actionName : String
Retrieves the name of the audit action.
AuditActionVO
  auditLevel : AuditLevelVO
Gets name of the audit level associated with audit action.
AuditActionVO
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  description : String
Gets description of the audit action.
AuditActionVO
 Inheritedid : String
Get the ID of the VO.
BaseVO
Public Methods
 MethodDefined By
  
The constructor for AuditActionVO class.
AuditActionVO
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail

actionName

property
actionName:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Retrieves the name of the audit action.



Implementation
    public function get actionName():String
    public function set actionName(value:String):void

auditLevel

property 
auditLevel:AuditLevelVO

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Gets name of the audit level associated with audit action.



Implementation
    public function get auditLevel():AuditLevelVO
    public function set auditLevel(value:AuditLevelVO):void

description

property 
description:String

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Gets description of the audit action.



Implementation
    public function get description():String
    public function set description(value:String):void
Constructor Detail

AuditActionVO

()Constructor
public function AuditActionVO()

Language Version: ActionScript 3.0
Product Version: Review, Commenting, and Approval Building Block 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The constructor for AuditActionVO class.