IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.purchase
クラス PlantSelection

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.sap.module.purchase.Selection
      上位を拡張 jp.co.intra_mart.foundation.sap.module.purchase.PlantSelection
すべての実装されたインタフェース:
Serializable

public class PlantSelection
extends Selection
implements Serializable

プラントの選択オプションクラス
機能は以下の通り

バージョン:
8.0
関連項目:
直列化された形式

コンストラクタの概要
PlantSelection()
          プラントの選択オプション情報を作成します。
PlantSelection(int index)
          Sプラントの選択オプション情報を作成します。
 
メソッドの概要
 int getIndex()
          レコード番号を取得します。
 String getPlantHigh()
          対象プラント 終了を取得します。
 String getPlantLow()
          対象プラント 開始を取得します。
 void setIndex(int index)
          レコード番号を設定します。
 void setPlantHigh(String strPlantHigh)
          対象プラント 終了を設定します。
 void setPlantLow(String strPlantLow)
          対象プラント 開始を設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス jp.co.intra_mart.foundation.sap.module.purchase.Selection から継承されたメソッド
getOption, getSign, setOption, setSign
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PlantSelection

public PlantSelection()
プラントの選択オプション情報を作成します。


PlantSelection

public PlantSelection(int index)
Sプラントの選択オプション情報を作成します。

パラメータ:
index - レコード番号
メソッドの詳細

getPlantLow

public String getPlantLow()
対象プラント 開始を取得します。

戻り値:
srtPlantLow 対象プラント 開始

getPlantHigh

public String getPlantHigh()
対象プラント 終了を取得します。

戻り値:
srtPlantHigh 対象プラント 終了

getIndex

public int getIndex()
レコード番号を取得します。

戻り値:
index レコード番号

setPlantLow

public void setPlantLow(String strPlantLow)
対象プラント 開始を設定します。

パラメータ:
strPlantLow - 対象プラント 開始

setPlantHigh

public void setPlantHigh(String strPlantHigh)
対象プラント 終了を設定します。

パラメータ:
strPlantHigh - 対象プラント 終了

setIndex

public void setIndex(int index)
レコード番号を設定します。

パラメータ:
index - レコード番号

toString

public String toString()
デバッグ用のメソッドです。

オーバーライド:
クラス Selection 内の toString
戻り値:
value すべての属性の値

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.