Pacchetto | com.adobe.solutions.prm.vo |
Classe | public class MessageVO |
Ereditarietà | MessageVO BaseEntityVO Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
addressedTo : String
Defines the addressed-to field for a message. | MessageVO | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
createdBy : String
Principal name for a user who created an entity. | BaseEntityVO | ||
creationDate : Date
Date of creation of an entity. | BaseEntityVO | ||
description : String
Description. | BaseEntityVO | ||
id : String
Unique identifier. | BaseEntityVO | ||
lastUpdatedBy : String
Principal name for a user who last updated an entity. | BaseEntityVO | ||
lastUpdatedDate : Date
Date when an entity was last updated. | BaseEntityVO | ||
subject : String
Defines the subject of the message. | MessageVO |
Proprietà protette
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
The constructor for MessageVO class. | MessageVO | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | BaseEntityVO | ||
Dispatches an event into the event flow. | BaseEntityVO | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | BaseEntityVO | ||
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 | ||
Removes a listener from the EventDispatcher object. | BaseEntityVO | ||
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 | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | BaseEntityVO |
Descrizione delle proprietà
addressedTo | proprietà |
addressedTo:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Defines the addressed-to field for a message. This field can be interpreted as desired by the user. API supports storage and retrieval of associated values.
Implementazione
public function get addressedTo():String
public function set addressedTo(value:String):void
subject | proprietà |
subject:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Defines the subject of the message.
Implementazione
public function get subject():String
public function set subject(value:String):void
Descrizione della funzione di costruzione
MessageVO | () | Funzione di costruzione |
public function MessageVO()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Project Management 10.0 |
Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for MessageVO
class.
Tue Jun 12 2018, 02:44 PM Z