intra-mart 6.1.14

jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple
クラス ConditionDataIn

java.lang.Object
  拡張jp.co.intra_mart.foundation.sap.module.sales.billingdoccreatemultiple.ConditionDataIn
すべての実装インタフェース:
Serializable

public class ConditionDataIn
extends Object
implements Serializable

処理予定条件のテーブル情報クラス
機能は以下の通り

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

コンストラクタの概要
ConditionDataIn()
          処理予定条件のテーブル情報を作成します。
ConditionDataIn(int index)
          処理予定条件のテーブル情報を作成します。
 
メソッドの概要
 String getCondCurr()
          条件通貨 (累積項目用)を取得します。
 String getCondDUnt()
          伝票の条件単位を取得します。
 String getCondPUnt()
          価格条件単位を取得します。
 String getCondType()
          条件タイプを取得します。
 String getCondValue()
          条件金額/率を取得します。
 String getDataIndex()
          別の構成のテーブル入力へのポインタを取得します。
 int getIndex()
          レコード番号を取得します。
 void setCondCurr(String condCurr)
          条件通貨 (累積項目用)を設定します。
 void setCondDUnt(String condDUnt)
          伝票の条件単位を設定します。
 void setCondPUnt(String condPUnt)
          価格条件単位を設定します。
 void setCondType(String condType)
          条件タイプを設定します。
 void setCondValue(String condValue)
          条件金額/率を設定します。
 void setDataIndex(String dataIndex)
          別の構成のテーブル入力へのポインタを設定します。
 void setIndex(int index)
          レコード番号を設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ConditionDataIn

public ConditionDataIn()
処理予定条件のテーブル情報を作成します。


ConditionDataIn

public ConditionDataIn(int index)
処理予定条件のテーブル情報を作成します。

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

getDataIndex

public String getDataIndex()
別の構成のテーブル入力へのポインタを取得します。

戻り値:
dataIndex 別の構成のテーブル入力へのポインタ

getCondType

public String getCondType()
条件タイプを取得します。

戻り値:
condType 条件タイプ

getCondValue

public String getCondValue()
条件金額/率を取得します。

戻り値:
condValue 条件金額/率

getCondCurr

public String getCondCurr()
条件通貨 (累積項目用)を取得します。

戻り値:
condCurr 条件通貨 (累積項目用)

getCondPUnt

public String getCondPUnt()
価格条件単位を取得します。

戻り値:
condPUnt 価格条件単位

getCondDUnt

public String getCondDUnt()
伝票の条件単位を取得します。

戻り値:
condDUnt 伝票の条件単位

getIndex

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

戻り値:
index レコード番号

setDataIndex

public void setDataIndex(String dataIndex)
別の構成のテーブル入力へのポインタを設定します。

パラメータ:
dataIndex - 別の構成のテーブル入力へのポインタ

setCondType

public void setCondType(String condType)
条件タイプを設定します。

パラメータ:
condType - 条件タイプ

setCondValue

public void setCondValue(String condValue)
条件金額/率を設定します。

パラメータ:
condValue - 条件金額/率

setCondCurr

public void setCondCurr(String condCurr)
条件通貨 (累積項目用)を設定します。

パラメータ:
condCurr - 条件通貨 (累積項目用)

setCondPUnt

public void setCondPUnt(String condPUnt)
価格条件単位を設定します。

パラメータ:
condPUnt - 価格条件単位

setCondDUnt

public void setCondDUnt(String condDUnt)
伝票の条件単位を設定します。

パラメータ:
condDUnt - 伝票の条件単位

setIndex

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

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

toString

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

戻り値:
value すべての属性の値

intra-mart 6.1.14

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