Pakiet | com.adobe.solutions.rca.vo |
Klasa | public class DocumentVO |
Dziedziczenie | DocumentVO BaseVO Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | 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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
The constructor for DocumentVO class. | DocumentVO | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
contentType | właściwość |
contentType:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Gets the document content type.
Implementacja
public function get contentType():String
public function set contentType(value:String):void
createdBy | właściwość |
createdBy:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Gets the name of the creator of the document.
Implementacja
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | właściwość |
createdOn:Date
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Gets the creation date of the document.
Implementacja
public function get createdOn():Date
public function set createdOn(value:Date):void
description | właściwość |
description:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Gets the document description.
Implementacja
public function get description():String
public function set description(value:String):void
file | właściwość |
file:File
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Gets the instance of File
for this document.
Implementacja
public function get file():File
public function set file(value:File):void
name | właściwość |
name:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Returns the name of the document.
Implementacja
public function get name():String
public function set name(value:String):void
type | właściwość |
type:String
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
Gets the type of supporting document. Supporting document can be of the following two type:
- REF
- DOCUMENT
Implementacja
public function get type():String
public function set type(value:String):void
uri | właściwość |
Konstruktor Szczegół
DocumentVO | () | Konstruktor |
public function DocumentVO()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Review, Commenting, and Approval Building Block 10 |
Wersje środowiska wykonawczego: | Flash Player 10.2, AIR (unsupported) |
The constructor for DocumentVO
class.
Tue Jun 12 2018, 12:06 PM Z