Pakket | com.adobe.solutions.rca.vo |
Klasse | public class AuditLevelVO |
Overerving | AuditLevelVO BaseVO Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
actions : Object
Gets the audit actions associated with the audit level. | AuditLevelVO | ||
auditModule : AuditModuleVO
Gets the reference to an instance of AuditModuleVO. | AuditLevelVO | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
description : String
Gets the description of the audit level. | AuditLevelVO | ||
id : 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 |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for AuditLevelVO class. | AuditLevelVO | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Eigenschapdetails
actions | eigenschap |
actions:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Gets the audit actions associated with the audit level.
Implementatie
public function get actions():Object
public function set actions(value:Object):void
auditModule | eigenschap |
auditModule:AuditModuleVO
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Gets the reference to an instance of AuditModuleVO
.
Implementatie
public function get auditModule():AuditModuleVO
public function set auditModule(value:AuditModuleVO):void
description | eigenschap |
description:String
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Gets the description of the audit level.
Implementatie
public function get description():String
public function set description(value:String):void
isDefault | eigenschap |
isDefault:Boolean
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Gets whether the audit level is the default audit level or not.
Implementatie
public function get isDefault():Boolean
public function set isDefault(value:Boolean):void
levelName | eigenschap |
Constructordetails
AuditLevelVO | () | Constructor |
public function AuditLevelVO()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditLevelVO
class.
Wed Jun 13 2018, 11:42 AM Z