|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.intra_mart.foundation.sap.module.purchase.Selection
jp.co.intra_mart.foundation.sap.module.purchase.DistributionChannelSelection
public class DistributionChannelSelection
流通チャネルの選択オプションクラス
機能は以下の通り
| コンストラクタの概要 | |
|---|---|
DistributionChannelSelection()
流通チャネルの選択オプション情報を作成します。 |
|
DistributionChannelSelection(int index)
流通チャネルの選択オプション情報を作成します。 |
|
| メソッドの概要 | |
|---|---|
String |
getDistrChanHigh()
流通チャネルの範囲終了を取得します。 |
String |
getDistrChanLow()
流通チャネルの範囲開始を取得します。 |
int |
getIndex()
レコード番号を取得します。 |
void |
setDistrChanHigh(String strDistrChanHigh)
流通チャネルの範囲終了を設定します。 |
void |
setDistrChanLow(String strDistrChanLow)
流通チャネルの範囲開始を設定します。 |
void |
setIndex(int index)
レコード番号を設定します。 |
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 |
| コンストラクタの詳細 |
|---|
public DistributionChannelSelection()
public DistributionChannelSelection(int index)
index - レコード番号| メソッドの詳細 |
|---|
public String getDistrChanLow()
public String getDistrChanHigh()
public int getIndex()
public void setDistrChanLow(String strDistrChanLow)
strDistrChanLow - 流通チャネルの範囲開始public void setDistrChanHigh(String strDistrChanHigh)
strDistrChanHigh - 流通チャネルの範囲終了public void setIndex(int index)
index - レコード番号public String toString()
Selection 内の toString
|
IM-ERP Real Connect | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||