IM-ERP Real Connect

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

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.sap.module.purchase.PurchaseText
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
ContractServiceText

public class PurchaseText
extends Object
implements Serializable

購買発注伝票テキストクラス
機能は以下の通り

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

コンストラクタの概要
PurchaseText()
          購買発注伝票テキストを作成します。
PurchaseText(int index)
          購買発注伝票テキストを作成します。
 
メソッドの概要
 String getPoItem()
          購買伝票の明細番号を取得します。
 String getPoNumber()
          購買伝票番号を取得します。
 int getTeIndex()
          レコード番号を取得します。
 String getTextForm()
          タグ列を取得します。
 String getTextId()
          テキスト IDを取得します。
 String getTextLine()
          テキスト行を取得します。
 void setPoItem(String strPoItem)
          購買伝票の明細番号を設定します。
 void setPoNumber(String strPoNumber)
          購買伝票番号を設定します。
 void setTeIndex(int teIndex)
          レコード番号を設定します。
 void setTextForm(String strTextForm)
          タグ列を設定します。
 void setTextId(String strTextId)
          テキスト IDを設定します。
 void setTextLine(String strTextLine)
          テキスト行を設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PurchaseText

public PurchaseText()
購買発注伝票テキストを作成します。


PurchaseText

public PurchaseText(int index)
購買発注伝票テキストを作成します。

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

getPoNumber

public String getPoNumber()
購買伝票番号を取得します。

戻り値:
srtPoNumber 購買伝票番号

getPoItem

public String getPoItem()
購買伝票の明細番号を取得します。

戻り値:
srtPoItem 購買伝票の明細番号

getTextId

public String getTextId()
テキスト IDを取得します。

戻り値:
srtTextId テキスト ID

getTextForm

public String getTextForm()
タグ列を取得します。

戻り値:
srtTextForm タグ列

getTextLine

public String getTextLine()
テキスト行を取得します。

戻り値:
srtTextLine テキスト行

getTeIndex

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

戻り値:
teIndex レコード番号

setPoNumber

public void setPoNumber(String strPoNumber)
購買伝票番号を設定します。

パラメータ:
strPoNumber - 購買伝票番号

setPoItem

public void setPoItem(String strPoItem)
購買伝票の明細番号を設定します。

パラメータ:
strPoItem - 購買伝票の明細番号

setTextId

public void setTextId(String strTextId)
テキスト IDを設定します。

パラメータ:
strTextId - テキスト ID

setTextForm

public void setTextForm(String strTextForm)
タグ列を設定します。

パラメータ:
strTextForm - タグ列

setTextLine

public void setTextLine(String strTextLine)
テキスト行を設定します。

パラメータ:
strTextLine - テキスト行

setTeIndex

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

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

toString

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

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

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.