| Paket | com.adobe.solutions.rca.domain.impl |
| Klass | public class SupportingDocument |
| Arv | SupportingDocument Object |
| Implementerar | ISupportingDocument |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| 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
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 | ||
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
SupportingDocument(value:DocumentVO = null)
The constructor for SupportingDocument class. | SupportingDocument | ||
![]() |
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) |
The document content type.
Implementering
public function get contentType():String public function set contentType(value:String):voidcreatedBy | 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) |
Name of the person who created the document.
Implementering
public function get createdBy():String public function set createdBy(value:String):voidcreatedOn | 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) |
Date of creation of the document.
Implementering
public function get createdOn():Date public function set createdOn(value:Date):voiddescription | 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) |
The document description.
Implementering
public function get description():String public function set description(value:String):voidfile | egenskap |
name | egenskap |
owner | 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) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Implementering
public function get type():String public function set type(value:String):voiduri | egenskap |
vo | egenskap |
vo:DocumentVO| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Implementering
public function get vo():DocumentVO public function set vo(value:DocumentVO):voidKonstruktordetaljer
SupportingDocument | () | Konstruktor |
public function SupportingDocument(value:DocumentVO = null)| Språkversion: | ActionScript 3.0 |
| Produktversion: | Review, Commenting, and Approval Building Block 10.0 |
| Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The constructor for SupportingDocument class.
value:DocumentVO (default = null) — Supporting document value object.
|
Tue Jun 12 2018, 01:40 PM Z
Dölj ärvda publika egenskaper
Visa ärvda publika egenskaper