Pacchetto | com.adobe.solutions.rca.vo |
Classe | public class AuditLevelVO |
Ereditarietà | AuditLevelVO BaseVO Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
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
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | 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 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for AuditLevelVO class. | AuditLevelVO | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
actions | proprietà |
actions:Object
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the audit actions associated with the audit level.
Implementazione
public function get actions():Object
public function set actions(value:Object):void
auditModule | proprietà |
auditModule:AuditModuleVO
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the reference to an instance of AuditModuleVO
.
Implementazione
public function get auditModule():AuditModuleVO
public function set auditModule(value:AuditModuleVO):void
description | proprietà |
description:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the description of the audit level.
Implementazione
public function get description():String
public function set description(value:String):void
isDefault | proprietà |
isDefault:Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets whether the audit level is the default audit level or not.
Implementazione
public function get isDefault():Boolean
public function set isDefault(value:Boolean):void
levelName | proprietà |
levelName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the name of the audit level.
Implementazione
public function get levelName():String
public function set levelName(value:String):void
Descrizione della funzione di costruzione
AuditLevelVO | () | Funzione di costruzione |
public function AuditLevelVO()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditLevelVO
class.
Tue Jun 12 2018, 02:44 PM Z