Paket | com.adobe.solutions.rca.vo |
Klass | public class DocumentVO |
Arv | DocumentVO BaseVO Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | 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 |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
The constructor for DocumentVO class. | DocumentVO | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Egenskapsdetaljer
contentType | egenskap |
contentType:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Gets the document content type.
Implementering
public function get contentType():String
public function set contentType(value:String):void
createdBy | egenskap |
createdBy:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Gets the name of the creator of the document.
Implementering
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | egenskap |
createdOn:Date
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Gets the creation date of the document.
Implementering
public function get createdOn():Date
public function set createdOn(value:Date):void
description | egenskap |
description:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Gets the document description.
Implementering
public function get description():String
public function set description(value:String):void
file | egenskap |
name | egenskap |
type | egenskap |
type:String
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Gets the type of supporting document. Supporting document can be of the following two type:
- REF
- DOCUMENT
Implementering
public function get type():String
public function set type(value:String):void
uri | egenskap |
Konstruktordetaljer
DocumentVO | () | Konstruktor |
public function DocumentVO()
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The constructor for DocumentVO
class.
Tue Jun 12 2018, 01:40 PM Z