Package | com.adobe.solutions.prm.vo |
Classe | public class MileStoneVO |
Héritage | MileStoneVO ExtendableTaggedEntityVO BaseEntityVO Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Project Management 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
attributes : Object
Defines the map of key value pair attributes. | ExtendableTaggedEntityVO | ||
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | 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 | ||
name : String
Defines the name of the milestone. | MileStoneVO | ||
status : String
Defines the status of the milestone. | MileStoneVO | ||
tags : IList
Defines the list of tags that can be associated with an entity. | ExtendableTaggedEntityVO |
Propriétés protégées
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
The constructor for MileStoneVO class. | MileStoneVO | ||
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 | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Removes a listener from the EventDispatcher object. | BaseEntityVO | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | BaseEntityVO |
Détails de la propriété
name | propriété |
name:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Project Management 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Defines the name of the milestone.
Implémentation
public function get name():String
public function set name(value:String):void
status | propriété |
status:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Project Management 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
Defines the status of the milestone.
Implémentation
public function get status():String
public function set status(value:String):void
Détails du constructeur
MileStoneVO | () | Constructeur |
public function MileStoneVO()
Version du langage: | ActionScript 3.0 |
Version du produit: | Bloc de création Project Management 10.0 |
Versions du moteur d’exécution: | Flash Player 10.2, AIR (unsupported) |
The constructor for MileStoneVO
class.
Tue Jun 12 2018, 09:30 AM Z