Paquete | com.adobe.solutions.rca.domain.impl |
Clase | public class SupportingDocument |
Herencia | SupportingDocument ![]() |
Implementa | ISupportingDocument |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
![]() | constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | |
contentType : String
The document content type. | SupportingDocument | ||
createdBy : String
Name of the person who created the document. | SupportingDocument | ||
createdOn : Date
Date of creation of the document. | SupportingDocument | ||
description : String
The document description. | SupportingDocument | ||
file : File
File object used for a supporting document. | SupportingDocument | ||
name : String
Name of a supporting document. | SupportingDocument | ||
owner : Object
Owner of a supporting document. | SupportingDocument | ||
type : String
The type of supporting document. | SupportingDocument | ||
uri : String
The document URI. | SupportingDocument | ||
vo : DocumentVO
Value object for a supporting document. | SupportingDocument |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
SupportingDocument(value:DocumentVO = null)
The constructor for SupportingDocument class. | SupportingDocument | ||
![]() |
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 | |
![]() |
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 |
Información sobre propiedades
contentType | propiedad |
contentType:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The document content type.
Implementación
public function get contentType():String
public function set contentType(value:String):void
createdBy | propiedad |
createdBy:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Implementación
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | propiedad |
createdOn:Date
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Date of creation of the document.
Implementación
public function get createdOn():Date
public function set createdOn(value:Date):void
description | propiedad |
description:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The document description.
Implementación
public function get description():String
public function set description(value:String):void
file | propiedad |
file:File
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
File object used for a supporting document.
Implementación
public function get file():File
public function set file(value:File):void
name | propiedad |
name:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Name of a supporting document.
Implementación
public function get name():String
public function set name(value:String):void
owner | propiedad |
owner:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Owner of a supporting document.
Implementación
public function get owner():Object
public function set owner(value:Object):void
type | propiedad |
type:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Implementación
public function get type():String
public function set type(value:String):void
uri | propiedad |
uri:String
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The document URI.
Implementación
public function get uri():String
public function set uri(value:String):void
vo | propiedad |
vo:DocumentVO
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Implementación
public function get vo():DocumentVO
public function set vo(value:DocumentVO):void
Información sobre constructores
SupportingDocument | () | Información sobre |
public function SupportingDocument(value:DocumentVO = null)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for SupportingDocument
class.
value:DocumentVO (default = null ) — Supporting document value object.
|
Tue Jun 12 2018, 02:12 PM Z