intra-mart 6.1.14

jp.co.intra_mart.foundation.navigator
クラス SelectItemInfo

java.lang.Object
  拡張jp.co.intra_mart.foundation.navigator.TitleInfo
      拡張jp.co.intra_mart.foundation.navigator.SelectItemInfo
すべての実装インタフェース:
Serializable

public class SelectItemInfo
extends TitleInfo

選択アイテム情報

関連項目:
直列化された形式

コンストラクタの概要
SelectItemInfo()
           
 
メソッドの概要
 String getId()
          選択アイテムID取得
 String getNextItemId()
          遷移先アイテムID取得
 String getNextType()
          遷移先タイプ取得
 boolean isPermissionCheck()
          パーミッションチェックフラグ取得
 void setId(String id)
          選択アイテムID設定
 void setNextItemId(String nextItemId)
          遷移先アイテムID設定
 void setNextType(String nextType)
          遷移先タイプ設定
 void setPermissionCheck(boolean check)
          パーミッションチェックフラグ設定
 
クラス jp.co.intra_mart.foundation.navigator.TitleInfo から継承したメソッド
getComment, getTitle, setComment, setTitle
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SelectItemInfo

public SelectItemInfo()
メソッドの詳細

getId

public String getId()
選択アイテムID取得

戻り値:
Returns the id.

setId

public void setId(String id)
選択アイテムID設定

パラメータ:
id - The id to set.

getNextItemId

public String getNextItemId()
遷移先アイテムID取得

戻り値:
Returns the nextItemId.

setNextItemId

public void setNextItemId(String nextItemId)
遷移先アイテムID設定

パラメータ:
nextItemId - The nextItemId to set.

getNextType

public String getNextType()
遷移先タイプ取得

戻り値:
Returns the nextType.

setNextType

public void setNextType(String nextType)
遷移先タイプ設定

パラメータ:
nextType - The nextType to set.

isPermissionCheck

public boolean isPermissionCheck()
パーミッションチェックフラグ取得

戻り値:
Returns the permissionCheck.

setPermissionCheck

public void setPermissionCheck(boolean check)
パーミッションチェックフラグ設定

パラメータ:
check - The permissionCheck to set.

intra-mart 6.1.14

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