| Paquete | com.adobe.solutions.prm.vo |
| Clase | public class ExtendableTaggedEntityVO |
| Herencia | ExtendableTaggedEntityVO BaseEntityVO Object |
| Subclases | MileStoneVO, ProjectVO, TeamMemberVO, WorkItemVO |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Project Management 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| attributes : Object
Defines the map of key value pair attributes. | ExtendableTaggedEntityVO | ||
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | 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 | |
| tags : IList
Defines the list of tags that can be associated with an entity. | ExtendableTaggedEntityVO | ||
Propiedades protegidas
| Propiedad | Definido por | ||
|---|---|---|---|
| _attributes : Object
Map of key value pair attributes. | ExtendableTaggedEntityVO | ||
![]() | _createdBy : String
Principal name for a user who created an entity. | BaseEntityVO | |
![]() | _creationDate : Date
Creation date for an entity. | BaseEntityVO | |
![]() | _description : String
Description of an entity. | 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 | |
| _tags : ArrayCollection
List of tags that can be associated with an entity. | ExtendableTaggedEntityVO | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
The constructor for ExtendableTaggedEntityVO class. | ExtendableTaggedEntityVO | ||
![]() | 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 si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Removes a listener from the EventDispatcher object. | BaseEntityVO | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve la representación de cadena del objeto especificado. | Object | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | BaseEntityVO | |
Información sobre propiedades
_attributes | propiedad |
protected var _attributes:Object| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Project Management 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Map of key value pair attributes. This map can be used to store additional information.
_tags | propiedad |
protected var _tags:ArrayCollection| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Project Management 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
List of tags that can be associated with an entity.
attributes | propiedad |
attributes:Object| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Project Management 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the map of key value pair attributes.
Implementación
public function get attributes():Object public function set attributes(value:Object):voidtags | propiedad |
tags:IList| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Project Management 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Defines the list of tags that can be associated with an entity.
Implementación
public function get tags():IList public function set tags(value:IList):voidInformación sobre constructores
ExtendableTaggedEntityVO | () | Información sobre |
public function ExtendableTaggedEntityVO()| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Project Management 10.0 |
| Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for ExtendableTaggedEntityVO class.
Tue Jun 12 2018, 02:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas