Package | com.adobe.solutions.rca.domain.impl |
Class | public class SupportingDocument |
Inheritance | SupportingDocument Object |
Implements | ISupportingDocument |
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | 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 | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
type : String
The type of supporting document. | SupportingDocument | ||
uri : String
The document URI. | SupportingDocument | ||
vo : DocumentVO
Value object for a supporting document. | SupportingDocument |
Public Methods
Method | Defined By | ||
---|---|---|---|
SupportingDocument(value:DocumentVO = null)
The constructor for SupportingDocument class. | SupportingDocument | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
contentType | property |
contentType:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The document content type.
Implementation
public function get contentType():String
public function set contentType(value:String):void
createdBy | property |
createdBy:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Name of the person who created the document.
Implementation
public function get createdBy():String
public function set createdBy(value:String):void
createdOn | property |
createdOn:Date
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Date of creation of the document.
Implementation
public function get createdOn():Date
public function set createdOn(value:Date):void
description | property |
description:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The document description.
Implementation
public function get description():String
public function set description(value:String):void
file | property |
name | property |
owner | property |
type | property |
type:String
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
Implementation
public function get type():String
public function set type(value:String):void
uri | property |
vo | property |
vo:DocumentVO
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
Implementation
public function get vo():DocumentVO
public function set vo(value:DocumentVO):void
Constructor Detail
SupportingDocument | () | Constructor |
public function SupportingDocument(value:DocumentVO = null)
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for SupportingDocument
class.
value:DocumentVO (default = null ) — Supporting document value object.
|
Mon Nov 28 2011, 06:48 AM -08:00