Paket | com.adobe.solutions.rca.vo |
Klasse | public class AuditLevelVO |
Vererbung | AuditLevelVO BaseVO Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
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
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | 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 |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
The constructor for AuditLevelVO class. | AuditLevelVO | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Eigenschaftendetails
actions | Eigenschaft |
actions:Object
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets the audit actions associated with the audit level.
Implementierung
public function get actions():Object
public function set actions(value:Object):void
auditModule | Eigenschaft |
auditModule:AuditModuleVO
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets the reference to an instance of AuditModuleVO
.
Implementierung
public function get auditModule():AuditModuleVO
public function set auditModule(value:AuditModuleVO):void
description | Eigenschaft |
description:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets the description of the audit level.
Implementierung
public function get description():String
public function set description(value:String):void
isDefault | Eigenschaft |
isDefault:Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets whether the audit level is the default audit level or not.
Implementierung
public function get isDefault():Boolean
public function set isDefault(value:Boolean):void
levelName | Eigenschaft |
levelName:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Gets the name of the audit level.
Implementierung
public function get levelName():String
public function set levelName(value:String):void
Konstruktordetails
AuditLevelVO | () | Konstruktor |
public function AuditLevelVO()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Review, Commenting, and Approval“ 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditLevelVO
class.
Tue Jun 12 2018, 10:04 AM Z