| パッケージ | com.adobe.solutions.rca.domain.impl |
| クラス | public class SupportingDocument |
| 継承 | SupportingDocument Object |
| 実装 | ISupportingDocument |
| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | 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 | ||
パブリックメソッド
| メソッド | 定義元 | ||
|---|---|---|---|
SupportingDocument(value:DocumentVO = null)
The constructor for SupportingDocument class. | SupportingDocument | ||
![]() |
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | |
![]() |
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | |
![]() |
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | |
![]() |
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | |
![]() |
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのストリング表現を返します。 | Object | |
![]() |
指定されたオブジェクトのプリミティブな値を返します。 | Object | |
プロパティの詳細
contentType | プロパティ |
createdBy | プロパティ |
createdOn | プロパティ |
description | プロパティ |
file | プロパティ |
name | プロパティ |
owner | プロパティ |
type | プロパティ |
type:String| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The type of supporting document. Supporting document can be of the following two types:
- REF
- DOCUMENT
実装
public function get type():String public function set type(value:String):voiduri | プロパティ |
vo | プロパティ |
vo:DocumentVO| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Value object for a supporting document.
実装
public function get vo():DocumentVO public function set vo(value:DocumentVO):voidコンストラクターの詳細
SupportingDocument | () | コンストラクター |
public function SupportingDocument(value:DocumentVO = null)| 言語バージョン: | ActionScript 3.0 |
| 製品バージョン: | Review, Commenting, and Approval Building Block 10.0 |
| ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for SupportingDocument class.
value:DocumentVO (default = null) — Supporting document value object.
|
Tue Jun 12 2018, 10:34 AM Z
継承されるパブリックプロパティを隠す
継承されるパブリックプロパティを表示