IM-ERP Real Connect

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

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

public class StorageLocationSelect
extends Selection
implements Serializable

保管場所の選択オプションクラス
機能は以下の通り

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

コンストラクタの概要
StorageLocationSelect()
          保管場所の選択オプション情報を作成します。
StorageLocationSelect(int index)
          保管場所の選択オプション情報を作成します。
 
メソッドの概要
 int getIndex()
          レコード番号を取得します。
 String getStlocHigh()
          終了保管場所を取得します。
 String getStlocLow()
          開始保管場所を取得します。
 void setIndex(int index)
          レコード番号を設定します。
 void setStlocHigh(String strStlocHigh)
          終了保管場所を設定します。
 void setStlocLow(String strStlocLow)
          開始保管場所を設定します。
 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
 

コンストラクタの詳細

StorageLocationSelect

public StorageLocationSelect()
保管場所の選択オプション情報を作成します。


StorageLocationSelect

public StorageLocationSelect(int index)
保管場所の選択オプション情報を作成します。

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

getStlocLow

public String getStlocLow()
開始保管場所を取得します。

戻り値:
srtStlocLow

getStlocHigh

public String getStlocHigh()
終了保管場所を取得します。

戻り値:
srtStlocHigh

getIndex

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

戻り値:
index

setStlocLow

public void setStlocLow(String strStlocLow)
開始保管場所を設定します。

パラメータ:
strStlocLow - 開始保管場所

setStlocHigh

public void setStlocHigh(String strStlocHigh)
終了保管場所を設定します。

パラメータ:
strStlocHigh - 終了保管場所

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.