Pacote | com.adobe.solutions.rca.vo |
Classe | public class DocumentVO |
Herança | DocumentVO BaseVO Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
contentType : String
Gets the document content type. | DocumentVO | ||
createdBy : String
Gets the name of the creator of the document. | DocumentVO | ||
createdOn : Date
Gets the creation date of the document. | DocumentVO | ||
description : String
Gets the document description. | DocumentVO | ||
file : File
Gets the instance of File for this document. | DocumentVO | ||
id : String
Get the ID of the VO. | BaseVO | ||
name : String
Returns the name of the document. | DocumentVO | ||
type : String
Gets the type of supporting document. | DocumentVO | ||
uri : String
Returns document URI. | DocumentVO |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor for DocumentVO class. | DocumentVO | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
contentType | propriedade |
contentType:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the document content type.
Implementação
public function get contentType():String
public function set contentType(value:String):void
createdBy | propriedade |
createdBy:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the name of the creator of the document.
Implementação
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | propriedade |
createdOn:Date
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the creation date of the document.
Implementação
public function get createdOn():Date
public function set createdOn(value:Date):void
description | propriedade |
description:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the document description.
Implementação
public function get description():String
public function set description(value:String):void
file | propriedade |
file:File
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the instance of File
for this document.
Implementação
public function get file():File
public function set file(value:File):void
name | propriedade |
type | propriedade |
type:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Gets the type of supporting document. Supporting document can be of the following two type:
- REF
- DOCUMENT
Implementação
public function get type():String
public function set type(value:String):void
uri | propriedade |
Detalhes do construtor
DocumentVO | () | Construtor |
public function DocumentVO()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for DocumentVO
class.
Wed Jun 13 2018, 11:10 AM Z