org.pslx.PpsDocuments.Profile
クラス DocumentProfile

java.lang.Object
  上位を拡張 org.pslx.PpsDocuments.Profile.DocumentProfile

public final class DocumentProfile
extends java.lang.Object

業務ドキュメントモデル

バージョン:
1.6.004

メソッドの概要
 PropertyProfile createUserPropertyProfile(java.lang.String name)
          指定した名前のユーザ定義プロファイルを生成します
 java.lang.String getName()
          業務ドキュメント名を取得します
 java.lang.String getObjectName()
          業務オブジェクト名を取得します
 DomainObjectProfile getObjectProfile()
          業務オブジェクトプロファイルを取得します
 PropertyProfile setUserProperty(java.lang.String name, Property.DataTypes dataType)
          ユーザ独自のプロパティを定義します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

createUserPropertyProfile

public PropertyProfile createUserPropertyProfile(java.lang.String name)
指定した名前のユーザ定義プロファイルを生成します

パラメータ:
name - プロファイル名
戻り値:
生成されたPropertyProfile

getName

public java.lang.String getName()
業務ドキュメント名を取得します

戻り値:
業務ドキュメント名

getObjectName

public java.lang.String getObjectName()
業務オブジェクト名を取得します

戻り値:
業務オブジェクト名

getObjectProfile

public DomainObjectProfile getObjectProfile()
業務オブジェクトプロファイルを取得します

戻り値:
業務オブジェクトプロファイル

setUserProperty

public PropertyProfile setUserProperty(java.lang.String name,
                                       Property.DataTypes dataType)
                                throws java.text.ParseException
ユーザ独自のプロパティを定義します。
このメソッドは、コンポーネント内部で使用します。
使用しないでください。

パラメータ:
name - プロパティ名("user:"は不要)
dataType - データ型
例外:
java.text.ParseException