IM-Workflow

jp.co.intra_mart.foundation.workflow.administrator.model
クラス FlowGroupIncModel

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.workflow.administrator.model.FlowGroupIncModel

public class FlowGroupIncModel
extends Object

フローグループ内包情報モデルクラス。

 【 処理別各項目必須/任意一覧 】
      ※記号の意味
          ●:必須
          ▲:1つ以上必須
          △:任意
          ×:不要(設定されていても無視します。)
          ☆:各APIの説明に準ずる(各APIの説明に記載がなければ不要とします。)
 
 ※注意※
   各項目の必須/任意について、各メソッドの説明に明示的に記載されている場合は、
   メソッドの説明を優先します。
 
項目名 新規作成 更新 削除 最大バイト数
フローグループID【主キー】 20
親フローグループID【主キー】 20
階層レベル × 5

導入されたバージョン:
7.2

コンストラクタの概要
FlowGroupIncModel()
          コンストラクタ
フローグループ内包情報モデルクラスを新しく生成します。
 
メソッドの概要
 String getDepthLevel()
          階層レベルを取得します。
 String getFlowGroupId()
          フローグループIDを取得します。
 String getParentFlowGroupId()
          親フローグループIDを取得します。
 void setDepthLevel(String depthLevel)
          階層レベルを設定します。
 void setFlowGroupId(String flowGroupId)
          フローグループIDを設定します。
 void setParentFlowGroupId(String parentFlowGroupId)
          親フローグループIDを設定します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FlowGroupIncModel

public FlowGroupIncModel()
コンストラクタ
フローグループ内包情報モデルクラスを新しく生成します。

メソッドの詳細

getFlowGroupId

public String getFlowGroupId()
フローグループIDを取得します。

戻り値:
String フローグループID

setFlowGroupId

public void setFlowGroupId(String flowGroupId)
フローグループIDを設定します。

パラメータ:
flowGroupId - フローグループID

getParentFlowGroupId

public String getParentFlowGroupId()
親フローグループIDを取得します。

戻り値:
String 親フローグループID

setParentFlowGroupId

public void setParentFlowGroupId(String parentFlowGroupId)
親フローグループIDを設定します。

パラメータ:
parentFlowGroupId - 親フローグループID

getDepthLevel

public String getDepthLevel()
階層レベルを取得します。

戻り値:
String 階層レベル

setDepthLevel

public void setDepthLevel(String depthLevel)
階層レベルを設定します。

パラメータ:
depthLevel - 階層レベル

IM-Workflow

Copyright © 2000-2015 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.