IM-ERP Real Connect

jp.co.intra_mart.foundation.sap.module.financial
クラス AllowedBusTract

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

public class AllowedBusTract
extends Object
implements Serializable

使用可能業務トランザクションのテーブル情報クラス 機能は以下の通り

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

コンストラクタの概要
AllowedBusTract()
          使用可能業務トランザクションのテーブルを作成します。
 
メソッドの概要
 String getDescript()
          テキスト (30 文字)を取得します。
 String getTrans()
          取引を取得します。
 void setDescript(String strDescript)
          テキスト (30 文字)を設定します。
 void setTrans(String strTrans)
          取引を設定します。
 String toString()
          デバッグ用のメソッドです。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AllowedBusTract

public AllowedBusTract()
使用可能業務トランザクションのテーブルを作成します。

メソッドの詳細

getTrans

public String getTrans()
取引を取得します。

戻り値:
srtTrans 取引

getDescript

public String getDescript()
テキスト (30 文字)を取得します。

戻り値:
srtDescript テキスト (30 文字)

setTrans

public void setTrans(String strTrans)
取引を設定します。

パラメータ:
strTrans - 取引

setDescript

public void setDescript(String strDescript)
テキスト (30 文字)を設定します。

パラメータ:
strDescript - テキスト (30 文字)

toString

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

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

IM-ERP Real Connect

Copyright (c) 2013 NTT DATA INTRAMART CORPORATION.