Pacchetto | com.adobe.solutions.rca.vo |
Classe | public class AuditAttributeVO |
Ereditarietà | AuditAttributeVO 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 | ||
---|---|---|---|
attributeName : String
Gets name of the attribute. | AuditAttributeVO | ||
attributeValue : String
Gets value of the audit attribute. | AuditAttributeVO | ||
auditMetaInfo : AuditMetaInfoVO
Returns reference to parent Audit MetaData Info object. | AuditAttributeVO | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
id : String
Get the ID of the VO. | BaseVO |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for AuditAttributeVO class. | AuditAttributeVO | ||
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à
attributeName | proprietà |
attributeName:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets name of the attribute.
Implementazione
public function get attributeName():String
public function set attributeName(value:String):void
attributeValue | proprietà |
attributeValue:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Gets value of the audit attribute.
Implementazione
public function get attributeValue():String
public function set attributeValue(value:String):void
auditMetaInfo | proprietà |
auditMetaInfo:AuditMetaInfoVO
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Review, Commenting, and Approval 10 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Returns reference to parent Audit MetaData Info object.
Implementazione
public function get auditMetaInfo():AuditMetaInfoVO
public function set auditMetaInfo(value:AuditMetaInfoVO):void
Descrizione della funzione di costruzione
AuditAttributeVO | () | Funzione di costruzione |
public function AuditAttributeVO()
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 AuditAttributeVO
class.
Tue Jun 12 2018, 02:44 PM Z