IM-ERP Real Connect

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

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

public class TextDataIn
extends Object
implements Serializable

請求インタフェースの通信構造テキスト情報クラス
機能は以下の通り

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

コンストラクタの概要
TextDataIn()
          請求インタフェースの通信構造テキスト情報を作成します。
TextDataIn(int index)
          請求インタフェースの通信構造テキスト情報を作成します。
 
メソッドの概要
 String getApplobject()
          テキスト: アプリケーションオブジェクトを取得します。
 String getFormatCol()
          タグ列を取得します。
 int getIndex()
          レコード番号を取得します。
 String getLangu()
          言語キーを取得します。
 String getRefDoc()
          参照伝票番号を取得します。
 String getRefItem()
          参照明細番号を取得します。
 String getTextId()
          テキスト IDを取得します。
 String getTextLine()
          テキスト行を取得します。
 void setApplobject(String applobject)
          テキスト: アプリケーションオブジェクトを設定します。
 void setFormatCol(String formatCol)
          タグ列を設定します。
 void setIndex(int index)
          レコード番号を設定します。
 void setLangu(String langu)
          言語キーを設定します。
 void setRefDoc(String refDoc)
          参照伝票番号を設定します。
 void setRefItem(String refItem)
          参照明細番号を設定します。
 void setTextId(String textId)
          テキスト IDを設定します。
 void setTextLine(String textLine)
          テキスト行を設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

TextDataIn

public TextDataIn()
請求インタフェースの通信構造テキスト情報を作成します。


TextDataIn

public TextDataIn(int index)
請求インタフェースの通信構造テキスト情報を作成します。

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

getRefDoc

public String getRefDoc()
参照伝票番号を取得します。

戻り値:
refDoc 参照伝票番号

getRefItem

public String getRefItem()
参照明細番号を取得します。

戻り値:
refItem 参照明細番号

getApplobject

public String getApplobject()
テキスト: アプリケーションオブジェクトを取得します。

戻り値:
applobject テキスト: アプリケーションオブジェクト

getTextId

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

戻り値:
textId テキスト ID

getLangu

public String getLangu()
言語キーを取得します。

戻り値:
langu 言語キー

getFormatCol

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

戻り値:
formatCol タグ列

getTextLine

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

戻り値:
textLine テキスト行

getIndex

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

戻り値:
index レコード番号

setRefDoc

public void setRefDoc(String refDoc)
参照伝票番号を設定します。

パラメータ:
refDoc - 参照伝票番号

setRefItem

public void setRefItem(String refItem)
参照明細番号を設定します。

パラメータ:
refItem - 参照明細番号

setApplobject

public void setApplobject(String applobject)
テキスト: アプリケーションオブジェクトを設定します。

パラメータ:
applobject - テキスト: アプリケーションオブジェクト

setTextId

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

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

setLangu

public void setLangu(String langu)
言語キーを設定します。

パラメータ:
langu - 言語キー

setFormatCol

public void setFormatCol(String formatCol)
タグ列を設定します。

パラメータ:
formatCol - タグ列

setTextLine

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

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

setIndex

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

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

toString

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

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

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.