パッケージ | com.adobe.solutions.rca.vo |
クラス | public class AuditLevelVO |
継承 | AuditLevelVO BaseVO Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
actions : Object
Gets the audit actions associated with the audit level. | AuditLevelVO | ||
auditModule : AuditModuleVO
Gets the reference to an instance of AuditModuleVO. | AuditLevelVO | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
description : String
Gets the description of the audit level. | AuditLevelVO | ||
id : String
Get the ID of the VO. | BaseVO | ||
isDefault : Boolean
Gets whether the audit level is the default audit level or not. | AuditLevelVO | ||
levelName : String
Gets the name of the audit level. | AuditLevelVO |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
The constructor for AuditLevelVO class. | AuditLevelVO | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
actions | プロパティ |
auditModule | プロパティ |
auditModule:AuditModuleVO
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Gets the reference to an instance of AuditModuleVO
.
実装
public function get auditModule():AuditModuleVO
public function set auditModule(value:AuditModuleVO):void
description | プロパティ |
isDefault | プロパティ |
isDefault:Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
Gets whether the audit level is the default audit level or not.
実装
public function get isDefault():Boolean
public function set isDefault(value:Boolean):void
levelName | プロパティ |
コンストラクターの詳細
AuditLevelVO | () | コンストラクター |
public function AuditLevelVO()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Review, Commenting, and Approval Building Block 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuditLevelVO
class.
Tue Jun 12 2018, 10:34 AM Z