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 

AuditLevelVO  - AS3 Review, Commenting, and Approval

Packagecom.adobe.solutions.rca.vo
Classpublic class AuditLevelVO
InheritanceAuditLevelVO 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)

Represents an Audit Level in the system. Audit level is a collection of actions that are allowed if that audit level is set.



Public Properties
 PropertyDefined By
  actions : Object
Gets the audit actions associated with the audit level.
AuditLevelVO
  auditModule : AuditModuleVO
Gets the reference to an instance of AuditModuleVO.
AuditLevelVO
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  description : String
Gets the description of the audit level.
AuditLevelVO
 Inheritedid : String
Get the ID of the VO.
BaseVO
  isDefault : Boolean
Gets whether the audit level is the default audit level or not.
AuditLevelVO
  levelName : String
Gets the name of the audit level.
AuditLevelVO
Public Methods
 MethodDefined By
  
The constructor for AuditLevelVO class.
AuditLevelVO
 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

actions

property
actions:Object

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

Gets the audit actions associated with the audit level.



Implementation
    public function get actions():Object
    public function set actions(value:Object):void

auditModule

property 
auditModule:AuditModuleVO

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

Gets the reference to an instance of AuditModuleVO.



Implementation
    public function get auditModule():AuditModuleVO
    public function set auditModule(value:AuditModuleVO):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 the description of the audit level.



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

isDefault

property 
isDefault:Boolean

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

Gets whether the audit level is the default audit level or not.



Implementation
    public function get isDefault():Boolean
    public function set isDefault(value:Boolean):void

levelName

property 
levelName:String

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

Gets the name of the audit level.



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

AuditLevelVO

()Constructor
public function AuditLevelVO()

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 AuditLevelVO class.